Located in /Zend/Cache/Core.php (line 28)
Array of options which have to be transfered to backend
Available options
====> (boolean) writeControl :
====> (boolean) caching :
====> (boolean) automaticSerialization :
Not used for the core, just a sort a hint to get a common setOption() method (for the core and for frontends)
Constructor
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)
THIS METHOD IS DEPRECATED : USE LOAD() INSTEAD (same syntax) !
Test if a cache is available for the given id and (if yes) return it (false else)
Remove a cache
Save some data in a cache
Set the backend
Force a new lifetime
The new value is set for the core/frontend but for the backend too (directive)
Public frontend to set an option
There is an additional validation (relatively to the protected _setOption method)
Test if a cache is available for the given id
Documentation generated on Wed, 21 Feb 2007 11:46:26 -0800 by phpDocumentor 1.3.1