Implements interfaces:
Located in /Cache/Backend/Sqlite.php (line 40)
Zend_Cache_Backend | --Zend_Cache_Backend_Sqlite
backward compatibility becase of ZF-879 and ZF-1172 (it will be removed in ZF 1.1)
Available options
=====> (string) cache_db_complete_path :
Inherited from Zend_Cache_Backend
Zend_Cache_Backend::$_directives
Constructor
Destructor
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)
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)
PUBLIC METHOD FOR UNIT TESTING ONLY !
Unlink the database file
PUBLIC METHOD FOR UNIT TESTING ONLY !
Force a cache record to expire
Inherited From Zend_Cache_Backend
Zend_Cache_Backend::__construct()
Zend_Cache_Backend::getLifetime()
Zend_Cache_Backend::getTmpDir()
Zend_Cache_Backend::isAutomaticCleaningAvailable()
Zend_Cache_Backend::setDirectives()
Zend_Cache_Backend::setOption()
Zend_Cache_Backend::_log()
Zend_Cache_Backend::_loggerSanity()
Documentation generated on Wed, 28 Nov 2007 15:48:20 -0600 by phpDocumentor 1.4.0