Menno Holtkamp пре 12 година
родитељ
комит
327d16ac73
1 измењених фајлова са 0 додато и 1 уклоњено
  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