Home
last modified time | relevance | path

Searched +full:usecache +(+path:plugin +path:dw2pdf) -(+path:plugin +path:dw2pdf +path:lang) (Results 1 – 3 of 3) sorted by relevance

/plugin/dw2pdf/conf/
H A Ddefault.php13 $conf['usecache'] = 1;
H A Dmetadata.php13 $meta['usecache'] = array('onoff');
/plugin/dw2pdf/
H A Daction.php108 $generateNewPdf = !$this->getConf('usecache')
110 || !$cache->useCache($depends);