Zend_Cache_Backend_TestImplements interfaces:
Located in /Zend/Cache/Backend/Test.php (line 35)
Constructor __construct (line 80)
Constructor
clean (line 198)
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 (line 106)
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)
getAllLogs (line 232)
Get the complete log array
getLastLog (line 212)
Get the last log
getLogIndex (line 222)
Get the log index
remove (line 171)
Remove a cache record
For this test backend only, if $id == 'false', then the method will return false (true else)
save (line 153)
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 90)
Set the frontend directives
test (line 130)
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 Tue, 11 Jul 2006 12:18:13 -0500 by phpDocumentor 1.3.0RC6