Home
last modified time | relevance | path

Searched refs:Cache (Results 1 – 25 of 44) sorted by relevance

12

/dokuwiki/inc/
Dcache.php3 use dokuwiki\Cache\Cache as NewCache;
4 use dokuwiki\Cache\CacheParser;
5 use dokuwiki\Cache\CacheInstructions;
6 use dokuwiki\Cache\CacheRenderer;
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/
DCache.php45 use SimplePie\Cache; alias
53 class SimplePie_Cache extends Cache
/dokuwiki/lib/exe/
Djquery.php3 use dokuwiki\Cache\Cache; alias
25 $cache = new Cache('jquery', '.js');
/dokuwiki/vendor/simplepie/simplepie/src/
DCache.php47 use SimplePie\Cache\Base;
60 class Cache class
100 return new \SimplePie\Cache\File($location, $filename, $extension);
DRegistry.php68 Cache::class => Cache::class,
112 'Cache' => Cache::class,
254 case Cache::class:
/dokuwiki/
Dfeed.php15 use dokuwiki\Cache\Cache; alias
44 $cache = new Cache($key, '.feed');
/dokuwiki/inc/Cache/
DCacheImageMod.php3 namespace dokuwiki\Cache;
8 class CacheImageMod extends Cache
DCacheParser.php3 namespace dokuwiki\Cache;
8 class CacheParser extends Cache
DCacheInstructions.php3 namespace dokuwiki\Cache;
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/Cache/
DMemcache.php45 use SimplePie\Cache\Memcache;
DDB.php45 use SimplePie\Cache\DB;
DRedis.php13 use SimplePie\Cache\Redis;
DMemcached.php45 use SimplePie\Cache\Memcached;
DFile.php45 use SimplePie\Cache\File;
DBase.php45 use SimplePie\Cache\Base;
DMySQL.php45 use SimplePie\Cache\MySQL;
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
DNameFilter.php44 namespace SimplePie\Cache;
DCallableNameFilter.php44 namespace SimplePie\Cache;
DBase.php45 namespace SimplePie\Cache;
DDataCache.php45 namespace SimplePie\Cache;
DMemcache.php45 namespace SimplePie\Cache;
103 … $this->options = array_replace_recursive($this->options, \SimplePie\Cache::parse_URL($location));
DMemcached.php45 namespace SimplePie\Cache;
100 … $this->options = array_replace_recursive($this->options, \SimplePie\Cache::parse_URL($location));
DRedis.php45 namespace SimplePie\Cache;
96 $parsed = \SimplePie\Cache::parse_URL($location);
/dokuwiki/_test/tests/inc/
Dcache_stalecheck.test.php3 use dokuwiki\Cache\CacheRenderer;
/dokuwiki/lib/plugins/extension/
DRepository.php5 use dokuwiki\Cache\Cache; alias
292 $cache = new Cache(self::CACHE_PREFIX . $id, self::CACHE_SUFFIX);
304 $cache = new Cache(self::CACHE_PREFIX . $id, self::CACHE_SUFFIX);

12