Home
last modified time | relevance | path

Searched refs:cache_key (Results 1 – 2 of 2) sorted by relevance

/plugin/xslfo/
H A Daction.php70 $cache_key = $ID.$REV.$this->template;
71 $pdf_cache = new cache($cache_key, '.pdf');
79 if (!$this->generatePDF($cache_key, $pdf_cache->cache)) {
93 * @param string $cache_key The key of the cache, for the XML file
97 protected function generatePDF($cache_key, $pdf_filename) { argument
/plugin/tagfilter/helper/
H A Dsyntax.php123 $cache_key = implode('_', ['plugin_tagfilter', $ID, $page, $flags['sortbypageid']]);
124 $cache = new Cache($cache_key, '.tpcache');