summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@owncloud.com>2013-08-15 03:37:59 +0200
committerAndreas Fischer <bantu@owncloud.com>2013-08-15 03:37:59 +0200
commit49cfd08f08d6c0f0174b47f1cc69bc48b63064f3 (patch)
tree32dd7032ab13a9cb45a1d1830761c4e73ac744ed /lib
parent341d9caf79531b636e6db37a18e46df8c0eadbb4 (diff)
downloadnextcloud-server-49cfd08f08d6c0f0174b47f1cc69bc48b63064f3.tar.gz
nextcloud-server-49cfd08f08d6c0f0174b47f1cc69bc48b63064f3.zip
Add link to XCache API in class documentation.
Diffstat (limited to 'lib')
-rw-r--r--lib/memcache/xcache.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/memcache/xcache.php b/lib/memcache/xcache.php
index 115603109c9..7e721313c5d 100644
--- a/lib/memcache/xcache.php
+++ b/lib/memcache/xcache.php
@@ -8,6 +8,10 @@
namespace OC\Memcache;
+/**
+ * See http://xcache.lighttpd.net/wiki/XcacheApi for provided constants and
+ * functions etc.
+ */
class XCache extends Cache {
/**
* entries in XCache gets namespaced to prevent collisions between ownCloud instances and users