Zend_Cache_Backend_ZendServerImplements interfaces:
Located in /Cache/Backend/ZendServer.php (line 37)
Zend_Cache_Backend | --Zend_Cache_Backend_ZendServer
| Class | Description |
|---|---|
Zend_Cache_Backend_ZendServer_ShMem
|
|
Zend_Cache_Backend_ZendServer_Disk
|
array
$_options
= array(Available options
=====> (string) namespace : Namespace to be used for chaching operations
Inherited from Zend_Cache_Backend
Zend_Cache_Backend::$_directives
clean (line 186)
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
load (line 88)
Test if a cache is available for the given id and (if yes) return it (false else)
remove (line 163)
Remove a cache record
save (line 141)
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 104)
Test if a cache is available or not (for the given id)
_clear (line 79)
Clear cache
_fetch (line 67)
Fetch data
_store (line 59)
Store data
_unset (line 74)
Unset data
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:53:42 -0400 by phpDocumentor 1.4.3