Home
last modified time | relevance | path

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

12

/dokuwiki/vendor/simplepie/simplepie/src/
H A DCache.php10 use SimplePie\Cache\Base;
21 class Cache class
31 'mysql' => Cache\MySQL::class,
32 'memcache' => Cache\Memcache::class,
33 'memcached' => Cache\Memcached::class,
34 'redis' => Cache\Redis::class,
61 return new \SimplePie\Cache\File($location, $filename, $extension);
H A DRegistry.php30 Cache::class => Cache::class,
74 'Cache' => Cache::class,
237 case Cache::class:
/dokuwiki/inc/
H A 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/
H A DCache.php8 use SimplePie\Cache; alias
17 class SimplePie_Cache extends Cache
/dokuwiki/lib/exe/
H A Djquery.php3 use dokuwiki\Cache\Cache; alias
25 $cache = new Cache('jquery', '.js');
/dokuwiki/
H A Dfeed.php15 use dokuwiki\Cache\Cache; alias
44 $cache = new Cache($key, '.feed');
/dokuwiki/inc/Cache/
H A DCacheImageMod.php3 namespace dokuwiki\Cache;
8 class CacheImageMod extends Cache
H A DCacheParser.php3 namespace dokuwiki\Cache;
8 class CacheParser extends Cache
H A DCacheInstructions.php3 namespace dokuwiki\Cache;
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/Cache/
H A DMySQL.php8 use SimplePie\Cache\MySQL;
H A DRedis.php8 use SimplePie\Cache\Redis;
H A DDB.php8 use SimplePie\Cache\DB;
H A DFile.php8 use SimplePie\Cache\File;
H A DBase.php8 use SimplePie\Cache\Base;
H A DMemcache.php8 use SimplePie\Cache\Memcache;
H A DMemcached.php8 use SimplePie\Cache\Memcached;
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DNameFilter.php8 namespace SimplePie\Cache;
H A DCallableNameFilter.php8 namespace SimplePie\Cache;
H A DBase.php8 namespace SimplePie\Cache;
H A DDataCache.php8 namespace SimplePie\Cache;
H A DMemcache.php8 namespace SimplePie\Cache;
64 … $this->options = array_replace_recursive($this->options, \SimplePie\Cache::parse_URL($location));
H A DMemcached.php9 namespace SimplePie\Cache;
61 … $this->options = array_replace_recursive($this->options, \SimplePie\Cache::parse_URL($location));
H A DRedis.php9 namespace SimplePie\Cache;
58 $parsed = \SimplePie\Cache::parse_URL($location);
/dokuwiki/_test/tests/inc/
H A Dcache_stalecheck.test.php3 use dokuwiki\Cache\CacheRenderer;
/dokuwiki/lib/plugins/extension/
H A DRepository.php5 use dokuwiki\Cache\Cache; alias
293 $cache = new Cache(self::CACHE_PREFIX . $id, self::CACHE_SUFFIX);
305 $cache = new Cache(self::CACHE_PREFIX . $id, self::CACHE_SUFFIX);

12