Closed fauno closed 11 years ago
Yo lo arregle cambiando una linea pero hay que hacerle un arreglo mas permanente
@@ -123,7 +123,7 @@ class Disk implements StorageMedia {
$path = "{$this->_path}/{$kk{0}}/{$kk{1}}/{$kk}.cache";
- if (file_exists($path)) {
+ if (file_exists($path) && (filemtime($path) + CACHE_EXPIRE_TIME) > time() ) {
return $this->decode(file_get_contents($path));
}
}
Ademas es HybridCache
no vence nunca además eso lo tiene que hacer el servidor web che