Searched refs:DataCache (Results 1 – 5 of 5) sorted by relevance
62 interface DataCache interface
56 final class BaseDataCache implements DataCache
57 final class Psr16 implements DataCache
51 use SimplePie\Cache\DataCache; alias93 * @var DataCache|null135 …./cache', $cache_name_function = 'md5', $cache_class = 'SimplePie\Cache', ?DataCache $cache = null)637 * @return DataCache
52 use SimplePie\Cache\DataCache; alias1707 * @param Base|DataCache|false $cache Cache handler, or false to not load from the cache1717 if ($cache !== false && !$cache instanceof DataCache) {1721 DataCache::class3207 * @return DataCache