Home
last modified time | relevance | path

Searched refs:DataCache (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DDataCache.php23 interface DataCache interface
H A DBaseDataCache.php17 final class BaseDataCache implements DataCache
H A DPsr16.php19 final class Psr16 implements DataCache
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSanitize.php19 use SimplePie\Cache\DataCache; alias
88 * @var DataCache|null
151 …cache', $cache_name_function = 'md5', string $cache_class = Cache::class, ?DataCache $cache = null)
791 * @return DataCache
793 private function get_cache(string $image_url = ''): DataCache
H A DSimplePie.php18 use SimplePie\Cache\DataCache; alias
485 * @var DataCache|null
1854 * @param Base|DataCache|false $cache Cache handler, or false to not load from the cache
1865 if ($cache !== false && !$cache instanceof DataCache) {
1869 DataCache::class
3424 * @return DataCache
3426 private function get_cache(string $feed_url = ''): DataCache