Zend_Cache_Backend_FileImplements interfaces:
Located in /Zend/Cache/Backend/File.php (line 41)
Zend_Cache_Backend | --Zend_Cache_Backend_File
array
$_options
= array(Available options
=====> (string) cacheDir :
=====> (boolean) readControl :
=====> (string) readControlType :
=====> (int) hashedDirectoryUmask :
Inherited from Zend_Cache_Backend
Zend_Cache_Backend::$_directives
Constructor __construct (line 107)
Constructor
clean (line 292)
Clean some cache records
Available modes are : 'all' (default) => remove all cache entries ($tags is not used) 'old' => remove too old cache entries ($tags is not used) 'matchingTag' => remove cache entries matching all given tags ($tags can be an array of strings or a single string) 'notMatchingTag' => remove cache entries not matching one of the given tags ($tags can be an array of strings or a single string)
load (line 141)
Test if a cache is available for the given id and (if yes) return it (false else)
remove (line 263)
Remove a cache record
save (line 207)
Save some string datas into a cache record
Note : $data is always "string" (serialization is done by the core not by the backend)
setCacheDir (line 127)
Set the cacheDir (particular case of setOption() method)
test (line 190)
Test if a cache is available or not (for the given id)
___expire (line 306)
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::setDirectives()
Zend_Cache_Backend::setOption()
Documentation generated on Wed, 21 Feb 2007 11:47:44 -0800 by phpDocumentor 1.3.1