Interface Zend_Cache_Backend_InterfaceLocated in /Cache/Backend/Interface.php (line 30)
| Class | Description |
|---|---|
Zend_Cache_Backend_ExtendedInterface
|
clean (line 97)
Clean some cache records
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) Zend_Cache::CLEANING_MODE_MATCHING_ANY_TAG => remove cache entries matching any given tags ($tags can be an array of strings or a single string)
load (line 48)
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)
remove (line 78)
Remove a cache record
save (line 70)
Save some string datas into a cache record
Note : $data is always "string" (serialization is done by the core not by the backend)
setDirectives (line 37)
Set the frontend directives
test (line 56)
Test if a cache is available or not (for the given id)
Documentation generated on Mon, 21 Jun 2010 15:29:39 -0400 by phpDocumentor 1.4.3