Zend_Cache_Backend_ApcImplements interfaces:
Located in /Cache/Backend/Apc.php (line 41)
Zend_Cache_Backend | --Zend_Cache_Backend_Apc
TAGS_UNSUPPORTED_BY_CLEAN_OF_APC_BACKEND = 'Zend_Cache_Backend_Apc::clean() : tags are unsupported by the Apc backend'
TAGS_UNSUPPORTED_BY_SAVE_OF_APC_BACKEND = 'Zend_Cache_Backend_Apc::save() : tags are unsupported by the Apc backend'
Inherited from Zend_Cache_Backend
Zend_Cache_Backend::$_directives
Zend_Cache_Backend::$_options
Constructor __construct (line 56)
Constructor
clean (line 145)
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
getCapabilities (line 343)
Return an associative array of capabilities (booleans) of the backend
The array must include these keys :
getFillingPercentage (line 184)
Return the filling percentage of the backend storage
getIds (line 257)
Return an array of stored cache ids
getIdsMatchingAnyTags (line 246)
Return an array of stored cache ids which match any given tags
In case of multiple tags, a logical AND is made between tags
getIdsMatchingTags (line 218)
Return an array of stored cache ids which match given tags
In case of multiple tags, a logical AND is made between tags
getIdsNotMatchingTags (line 232)
Return an array of stored cache ids which don't match given tags
In case of multiple tags, a logical OR is made between tags
getMetadatas (line 279)
Return an array of metadatas for the given cache id
The array must include these keys :
getTags (line 204)
Return an array of stored tags
isAutomaticCleaningAvailable (line 173)
Return true if the automatic cleaning is available for the backend
DEPRECATED : use getCapabilities() instead
load (line 73)
Test if a cache is available for the given id and (if yes) return it (false else)
WARNING $doNotTestCacheValidity=true is unsupported by the Apc backend
remove (line 125)
Remove a cache record
save (line 109)
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 88)
Test if a cache is available or not (for the given id)
touch (line 307)
Give (if possible) an extra lifetime to the given cache 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:07:30 -0400 by phpDocumentor 1.4.3