Flight2Paris / Flight-to-Paris

PHP Micro Frameworks collection.
4 stars 3 forks source link

La cache no anda #9

Closed fauno closed 11 years ago

fauno commented 11 years ago

no vence nunca además eso lo tiene que hacer el servidor web che

sudoaza commented 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