Home
last modified time | relevance | path

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

/dokuwiki/vendor/openpsa/universalfeedcreator/lib/
H A DUniversalFeedCreator.php159 public function useCached($format = "RSS0.91", $filename = "", $timeout = 3600)
162 $this->_feed->useCached($filename, $timeout);
155 public function useCached($format = "RSS0.91", $filename = "", $timeout = 3600) global() function in UniversalFeedCreator
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DFeedCreator.php238 public function useCached($filename = "", $timeout = 3600)
235 public function useCached($filename = "", $timeout = 3600) global() function in FeedCreator
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DREADME.md15 $rss->useCached(); // use cached version if age < 1 hour
99 improved the UniversalFeedCreator's useCached method (thanks to Sören Fuhrmann of golem.de)