]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add link to XCache API in class documentation.
authorAndreas Fischer <bantu@owncloud.com>
Thu, 15 Aug 2013 01:37:59 +0000 (03:37 +0200)
committerAndreas Fischer <bantu@owncloud.com>
Thu, 15 Aug 2013 01:37:59 +0000 (03:37 +0200)
lib/memcache/xcache.php

index 115603109c9ec48557e3997f8d08d984154b56b1..7e721313c5d023680b408557aa41980b6242f715 100644 (file)
@@ -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