Zend_Cache_Backend_SqliteImplements interfaces:
Located in /Zend/Cache/Backend/Sqlite.php (line 35)
Constructor __construct (line 88)
Constructor
Destructor __destruct (line 107)
Destructor
clean (line 240)
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)
get (line 137)
Test if a cache is available for the given id and (if yes) return it (false else)
remove (line 216)
Remove a cache record
save (line 179)
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 117)
Set the frontend directives
test (line 157)
Test if a cache is available or not (for the given id)
___dropDatabaseFile (line 323)
PUBLIC METHOD FOR UNIT TESTING ONLY !
Unlink the database file
___expire (line 312)
PUBLIC METHOD FOR UNIT TESTING ONLY !
Force a cache record to expire
Documentation generated on Tue, 11 Jul 2006 12:18:07 -0500 by phpDocumentor 1.3.0RC6