Zend_Cache_Backend_StaticImplements interfaces:
Located in /Cache/Backend/Static.php (line 39)
Zend_Cache_Backend | --Zend_Cache_Backend_Static
array
$_options
= array(Static backend options
Zend_Cache_Core
$_tagCache
= null (line 66)
Cache for handling tags
array
$_tagged
= null (line 72)
Tagged items
Inherited from Zend_Cache_Backend
Zend_Cache_Backend::$_directives
static _validateIdOrTag (line 515)
Validate a cache id or a tag (security, reliable filenames, reserved prefixes...)
Throw an exception if a problem is found
clean (line 380)
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) Zend_Cache::CLEANING_MODE_MATCHING_ANY_TAG => remove cache entries matching any given tags ($tags can be an array of strings or a single string)
getOption (line 100)
Retrieve any option via interception of the parent's statically held options including the local option for a tag cache.
load (line 124)
Test if a cache is available for the given id and (if yes) return it (false else)
Note : return value is always "string" (unserialization is done by the core not by the backend)
remove (line 294)
Remove a cache record
removeRecursively (line 329)
Remove a cache record recursively for the given directory matching a REQUEST_URI based relative path (deletes the actual file matching this in addition to the matching directory)
save (line 201)
Save some string datas into a cache record
Note : $data is always "string" (serialization is done by the core not by the backend)
setInnerCache (line 463)
Set an Inner Cache, used here primarily to store Tags associated with caches created by this backend. Note: If Tags are lost, the cache should be completely cleaned as the mapping of tags to caches will have been irrevocably lost.
setOption (line 83)
Interceptor child method to handle the case where an Inner Cache object is being set since it's not supported by the standard backend interface
test (line 158)
Test if a cache is available or not (for the given id)
_createDirectoriesFor (line 262)
Recursively create the directories needed to write the static file
_decodeId (line 554)
Decode a request URI from the provided ID
_detectId (line 500)
Determine the page to save from the request
_isSerialized (line 283)
Detect serialization of data (cannot predict since this is the only way to obey the interface yet pass in another parameter).
In future, ZF 2.0, check if we can just avoid the interface restraints.
This format is the only valid one possible for the class, so it's simple to just run a regular expression for the starting serialized format.
_octdec (line 543)
Detect an octal string and return its octal value for file permission ops otherwise return the non-string (assumed octal or decimal int already)
_verifyPath (line 488)
Verify path exists and is non-empty
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:46:39 -0400 by phpDocumentor 1.4.3