|
|
@@ -174,7 +174,7 @@ class Zend_Cache_Frontend_File extends Zend_Cache_Core
|
|
|
* Test if a cache is available for the given id
|
|
|
*
|
|
|
* @param string $id Cache id
|
|
|
- * @return boolean True is a cache is available, false else
|
|
|
+ * @return int|false Last modified time of cache entry if it is available, false otherwise
|
|
|
*/
|
|
|
public function test($id)
|
|
|
{
|