Home
last modified time | relevance | path

Searched refs:memcache (Results 1 – 11 of 11) sorted by relevance

/plugin/memcache/
H A Dhelper.php107 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);
H A Dplugin.info.txt1 base memcache
9 name memcache plugin
13 url https://www.dokuwiki.org/plugin:memcache
H A DREADME.md1 # memcache chapter
4 See detail on: https://www.dokuwiki.org/plugin:memcache
H A DREADME1 memcache Plugin for DokuWiki
6 https://www.dokuwiki.org/plugin:memcache
9 lib/plugins/memcache/ - if the folder is called different it
/plugin/settingstree/
H A Dhelper.php15 …private $memcache = false; // memcache false: not initialized, null: not present/usable, object:… variable in helper_plugin_settingstree
51 if ($this->memcache === false){
52 $this->memcache = plugin_load('helper','memcache');
54 if ($this->memcache && $this->memcache->emulated()){
55 $this->memcache = null;
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dgae-stub-1.0.8.jar ... utils/ com/google/appengine/api/memcache/ com/mxgraph/ com/mxgraph/online ...
/plugin/explorertree/
H A Dhelper.php11 private $memcache = false; // memcache variable in helper_plugin_explorertree
28 if ($this->memcache === false){
30 $this->memcache = plugin_load('helper','memcache');
/plugin/twofactorsmsappliance/
H A DREADME16 A huge thanks to János Fekete - his memcache plugin provided me a starting
/plugin/attribute/
H A DREADME16 A huge thanks to János Fekete - his memcache plugin provided me a starting
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCloudMemorystoreforMemcached.php61 $this->serviceName = 'memcache';
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md1384 - Update to memcache 3.0.8 for travis