Zend_Cache_CoreLocated in /Zend/Cache/Core.php (line 27)
mixed
get
(string $id, [boolean $doNotTestCacheValidity = false], [boolean $doNotUnserialize = false])
static mixed
$_directivesList
= array('lifeTime', 'logging') (line 86)
Array of options which have to be transfered to backend
array
$_options
= array(Available options
====> (boolean) writeControl :
====> (boolean) caching :
====> (boolean) automaticSerialization :
mixed
$_specificOptions
= array() (line 91)
Not used for the core, just a sort a hint to get a common setOption() method (for the core and for frontends)
Constructor __construct (line 110)
Constructor
clean (line 328)
Clean cache entries
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)
get (line 207)
Test if a cache is available for the given id and (if yes) return it (false else)
remove (line 304)
Remove a cache
save (line 251)
Save some data in a cache
setBackend (line 125)
Set the backend
setLifeTime (line 191)
Force a new lifetime
The new value is set for the core/frontend but for the backend too (directive)
setOption (line 148)
Public frontend to set an option
There is an additional validation (relatively to the protected _setOption method)
test (line 233)
Test if a cache is available for the given id
Documentation generated on Tue, 11 Jul 2006 12:16:45 -0500 by phpDocumentor 1.3.0RC6