Searched refs:memcache (Results 1 – 11 of 11) sorted by relevance
107 return memcache::driver();111 return memcache::emulated();115 return memcache::clear();119 return memcache::add($key,$val,$ttl);123 return memcache::set($key,$val,$ttl);127 return memcache::exists($key);131 return memcache::del($key);135 return memcache::get($key,$success);
1 base memcache9 name memcache plugin13 url https://www.dokuwiki.org/plugin:memcache
1 # memcache chapter4 See detail on: https://www.dokuwiki.org/plugin:memcache
1 memcache Plugin for DokuWiki6 https://www.dokuwiki.org/plugin:memcache9 lib/plugins/memcache/ - if the folder is called different it
15 …private $memcache = false; // memcache false: not initialized, null: not present/usable, object:… variable in helper_plugin_settingstree51 if ($this->memcache === false){52 $this->memcache = plugin_load('helper','memcache');54 if ($this->memcache && $this->memcache->emulated()){55 $this->memcache = null;
... utils/ com/google/appengine/api/memcache/ com/mxgraph/ com/mxgraph/online ...
11 private $memcache = false; // memcache variable in helper_plugin_explorertree28 if ($this->memcache === false){30 $this->memcache = plugin_load('helper','memcache');
16 A huge thanks to János Fekete - his memcache plugin provided me a starting
61 $this->serviceName = 'memcache';
1384 - Update to memcache 3.0.8 for travis