Zend_Cache_Backend_APCImplements interfaces:
Located in /Zend/Cache/Backend/APC.php (line 38)
Constructor __construct (line 72)
Constructor
clean (line 196)
Clean some cache records
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 122)
Test if a cache is available for the given id and (if yes) return it (false else)
remove (line 176)
Remove a cache record
save (line 159)
Save some string datas into a cache record
Note : $data is always "string" (serialization is done by the core not by the backend)
setDirectives (line 88)
Set the frontend directives
setOption (line 107)
Set an option
test (line 139)
Test if a cache is available or not (for the given id)
Documentation generated on Tue, 11 Jul 2006 12:16:31 -0500 by phpDocumentor 1.3.0RC6