Searched refs:Cache (Results 1 – 25 of 45) sorted by relevance
12
| /dokuwiki/vendor/simplepie/simplepie/src/ |
| H A D | Cache.php | 10 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 D | Registry.php | 30 Cache::class => Cache::class, 74 'Cache' => Cache::class, 237 case Cache::class:
|
| /dokuwiki/inc/ |
| H A D | cache.php | 3 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 D | Cache.php | 8 use SimplePie\Cache; alias 17 class SimplePie_Cache extends Cache
|
| /dokuwiki/lib/exe/ |
| H A D | jquery.php | 3 use dokuwiki\Cache\Cache; alias 25 $cache = new Cache('jquery', '.js');
|
| /dokuwiki/ |
| H A D | feed.php | 15 use dokuwiki\Cache\Cache; alias 44 $cache = new Cache($key, '.feed');
|
| /dokuwiki/inc/Cache/ |
| H A D | CacheImageMod.php | 3 namespace dokuwiki\Cache; 8 class CacheImageMod extends Cache
|
| H A D | CacheParser.php | 3 namespace dokuwiki\Cache; 8 class CacheParser extends Cache
|
| H A D | CacheInstructions.php | 3 namespace dokuwiki\Cache;
|
| /dokuwiki/vendor/simplepie/simplepie/library/SimplePie/Cache/ |
| H A D | MySQL.php | 8 use SimplePie\Cache\MySQL;
|
| H A D | Redis.php | 8 use SimplePie\Cache\Redis;
|
| H A D | DB.php | 8 use SimplePie\Cache\DB;
|
| H A D | File.php | 8 use SimplePie\Cache\File;
|
| H A D | Base.php | 8 use SimplePie\Cache\Base;
|
| H A D | Memcache.php | 8 use SimplePie\Cache\Memcache;
|
| H A D | Memcached.php | 8 use SimplePie\Cache\Memcached;
|
| /dokuwiki/vendor/simplepie/simplepie/src/Cache/ |
| H A D | NameFilter.php | 8 namespace SimplePie\Cache;
|
| H A D | CallableNameFilter.php | 8 namespace SimplePie\Cache;
|
| H A D | Base.php | 8 namespace SimplePie\Cache;
|
| H A D | DataCache.php | 8 namespace SimplePie\Cache;
|
| H A D | Memcache.php | 8 namespace SimplePie\Cache; 64 … $this->options = array_replace_recursive($this->options, \SimplePie\Cache::parse_URL($location));
|
| H A D | Memcached.php | 9 namespace SimplePie\Cache; 61 … $this->options = array_replace_recursive($this->options, \SimplePie\Cache::parse_URL($location));
|
| H A D | Redis.php | 9 namespace SimplePie\Cache; 58 $parsed = \SimplePie\Cache::parse_URL($location);
|
| /dokuwiki/_test/tests/inc/ |
| H A D | cache_stalecheck.test.php | 3 use dokuwiki\Cache\CacheRenderer;
|
| /dokuwiki/lib/plugins/extension/ |
| H A D | Repository.php | 5 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