Implements interfaces:
Impementation of Zend Cache Backend using the Zend Platform (Output Content Caching)
Located in /Zend/Cache/Backend/ZendPlatform.php (line 37)
Zend_Cache_Backend | --Zend_Cache_Backend_ZendPlatform
Inherited from Zend_Cache_Backend
Zend_Cache_Backend::$_directives
Zend_Cache_Backend::$_options
Constructor Validate that the Zend Platform is loaded and licensed
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) This mode is not supported in this backend Zend_Cache::CLEANING_MODE_MATCHING_TAG => remove cache entries matching all given tags ($tags can be an array of strings or a single string) This mode is not supported in this backend 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) This mode is not supported in this backend
Test if a cache is available for the given id and (if yes) return it (false else)
Remove a cache record
Save some string datas into a cache record
Note : $data is always "string" (serialization is done by the core not by the backend)
Test if a cache is available or not (for the given id)
Inherited From Zend_Cache_Backend
Zend_Cache_Backend::__construct()
Zend_Cache_Backend::getLifeTime()
Zend_Cache_Backend::getTmpDir()
Zend_Cache_Backend::setDirectives()
Zend_Cache_Backend::setOption()
Documentation generated on Wed, 21 Feb 2007 12:01:40 -0800 by phpDocumentor 1.3.1