Home
last modified time | relevance | path

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

/plugin/statdisplay/helper/
H A Dlog.php12 private $logcache = ''; variable in helper_plugin_statdisplay_log
30 $this->logcache = getCacheName($this->getConf('accesslog'), '.statdisplay');
31 if (file_exists($this->logcache)) {
32 $this->logdata = unserialize(io_readFile($this->logcache, false));
42 @unlink($this->logcache);
43 clearstatcache($this->logcache);
269 io_saveFile($this->logcache, serialize($this->logdata));