Zend_Cache_Backend_XcacheImplements interfaces:
Located in /Cache/Backend/Xcache.php (line 41)
Zend_Cache_Backend | --Zend_Cache_Backend_Xcache
TAGS_UNSUPPORTED_BY_CLEAN_OF_XCACHE_BACKEND = 'Zend_Cache_Backend_Xcache::clean() : tags are unsupported by the Xcache backend'
TAGS_UNSUPPORTED_BY_SAVE_OF_XCACHE_BACKEND = 'Zend_Cache_Backend_Xcache::save() : tags are unsupported by the Xcache backend'
array
$_options
= array(Available options
=====> (string) user : xcache.admin.user (necessary for the clean() method)
=====> (string) password : xcache.admin.pass (clear, not MD5) (necessary for the clean() method)
Inherited from Zend_Cache_Backend
Zend_Cache_Backend::$_directives
Constructor __construct (line 73)
Constructor
clean (line 167)
Clean some cache records
Available modes are : 'all' (default) => remove all cache entries ($tags is not used) 'old' => unsupported 'matchingTag' => unsupported 'notMatchingTag' => unsupported 'matchingAnyTag' => unsupported
isAutomaticCleaningAvailable (line 211)
Return true if the automatic cleaning is available for the backend
load (line 90)
Test if a cache is available for the given id and (if yes) return it (false else)
WARNING $doNotTestCacheValidity=true is unsupported by the Xcache backend
remove (line 147)
Remove a cache record
save (line 131)
Save some string datas into a cache record
Note : $data is always "string" (serialization is done by the core not by the backend)
test (line 108)
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::isAutomaticCleaningAvailable()
Zend_Cache_Backend::setDirectives()
Zend_Cache_Backend::setOption()
Zend_Cache_Backend::_isGoodTmpDir()
Zend_Cache_Backend::_log()
Zend_Cache_Backend::_loggerSanity()
Documentation generated on Mon, 21 Jun 2010 15:53:14 -0400 by phpDocumentor 1.4.3