Home
last modified time | relevance | path

Searched +full:cache +(+path:plugin +path:pycode) -(+path:plugin +path:pycode +path:lang) (Results 1 – 4 of 4) sorted by relevance

/plugin/pycode/conf/
H A Dmetadata.php18 // "cache" = (int) value of the checkbox input:
19 // 0 = enable cache
20 // 1 = disable cache (default)
21 $meta["cache"] = array("onoff");
H A Ddefault.php14 $conf["cache"] = 1; // for default the page is not cached
/plugin/pycode/
H A Dsyntax.php220 // eventualy disable the cache
221 $cache = $this->getConf("cache");
222 if ($cache == 1){
H A Dmethod.php55 "header" => "Cache-Control: no-cache, no-store, must-revalidate"