Home
last modified time | relevance | path

Searched refs:set_cache (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/vendor/simplepie/simplepie/
H A DREADME.markdown30 $simplepie->set_cache(
H A DCHANGELOG.md29 - New method `SimplePie\SimplePie::set_cache()` for providing a PSR-16 cache implementation by @Art…
59 …ePie\SimplePie::set_cache_location()` is deprecated, use `SimplePie\SimplePie::set_cache()` instead
61 - The class `SimplePie\Cache` is deprecated, use implementation of `SimplePie\SimplePie::set_cache(…
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSimplePie.php887 public function set_cache(CacheInterface $cache) function in SimplePie\\SimplePie