Searched +full:cache +(+path:plugin +path:pycode) -(+path:plugin +path:pycode +path:lang) (Results 1 – 4 of 4) sorted by relevance
18 // "cache" = (int) value of the checkbox input:19 // 0 = enable cache20 // 1 = disable cache (default)21 $meta["cache"] = array("onoff");
14 $conf["cache"] = 1; // for default the page is not cached
220 // eventualy disable the cache221 $cache = $this->getConf("cache");222 if ($cache == 1){
55 "header" => "Cache-Control: no-cache, no-store, must-revalidate"