Zend_Cache_Backend_TestImplements interfaces:
Located in /Zend/Cache/Backend/Test.php (line 36)
Constructor __construct (line 81)
Constructor
clean (line 200)
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)
getAllLogs (line 234)
Get the complete log array
getLastLog (line 214)
Get the last log
getLogIndex (line 224)
Get the log index
load (line 107)
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 (line 173)
Remove a cache record
For this test backend only, if $id == 'false', then the method will return false (true else)
save (line 155)
Save some string datas into a cache record
For this test backend only, if $id == 'false', then the method will return false (true else)
setDirectives (line 91)
Set the frontend directives
test (line 131)
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