소스 검색

Removed outdated comment

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