Add link to XCache API in class documentation.
This commit is contained in:
parent
341d9caf79
commit
49cfd08f08
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@
|
||||||
|
|
||||||
namespace OC\Memcache;
|
namespace OC\Memcache;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* See http://xcache.lighttpd.net/wiki/XcacheApi for provided constants and
|
||||||
|
* functions etc.
|
||||||
|
*/
|
||||||
class XCache extends Cache {
|
class XCache extends Cache {
|
||||||
/**
|
/**
|
||||||
* entries in XCache gets namespaced to prevent collisions between ownCloud instances and users
|
* entries in XCache gets namespaced to prevent collisions between ownCloud instances and users
|
||||||
|
|
Loading…
Reference in a new issue