Explorar el Código

Removed outdated comment

Menno Holtkamp hace 12 años
padre
commit
327d16ac73
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      library/Zend/Cache/Backend/TwoLevels.php

+ 0 - 1
library/Zend/Cache/Backend/TwoLevels.php

@@ -222,7 +222,6 @@ class Zend_Cache_Backend_TwoLevels extends Zend_Cache_Backend implements Zend_Ca
      * Test if a cache is available for the given id and (if yes) return it (false else)
      *
      * Note : return value is always "string" (unserialization is done by the core not by the backend)
-     * Note : only when an entry is not encountered in the fast cache, it will be auto-refreshed
      *
      * @param  string  $id                     Cache id
      * @param  boolean $doNotTestCacheValidity If set to true, the cache validity won't be tested