Implements interfaces:
Located in /Zend/Cache/Backend/Test.php (line 36)
Constructor
Clean some cache records
For this test backend only, if $mode == 'false', then the method will return false (true else)
Available modes are : Zend_Cache::CLEANING_MODE_ALL (default) => remove all cache entries ($tags is not used) Zend_Cache::CLEANING_MODE_OLD => remove too old cache entries ($tags is not used) Zend_Cache::CLEANING_MODE_MATCHING_TAG => remove cache entries matching all given tags ($tags can be an array of strings or a single string) Zend_Cache::CLEANING_MODE_NOT_MATCHING_TAG => remove cache entries not {matching one of the given tags} ($tags can be an array of strings or a single string)
Get the complete log array
Get the last log
Get the log index
Test if a cache is available for the given id and (if yes) return it (false else)
For this test backend only, if $id == 'false', then the method will return false if $id == 'serialized', the method will return a serialized array ('foo' else)
Remove a cache record
For this test backend only, if $id == 'false', then the method will return false (true else)
Save some string datas into a cache record
For this test backend only, if $id == 'false', then the method will return false (true else)
Set the frontend directives
Test if a cache is available or not (for the given id)
For this test backend only, if $id == 'false', then the method will return false (123456 else)
Documentation generated on Wed, 21 Feb 2007 12:00:58 -0800 by phpDocumentor 1.3.1