Implements interfaces:
Located in /Zend/Cache/Backend/Memcached.php (line 41)
Zend_Cache_Backend | --Zend_Cache_Backend_Memcached
Available options
=====> (array) servers : an array of memcached server ; each memcached server is described by an associative array : 'host' => (string) : the name of the memcached server 'port' => (int) : the port of the memcached server 'persistent' => (bool) : use or not persistent connections to this memcached server
=====> (boolean) compression : true if you want to use on-the-fly compression
Inherited from Zend_Cache_Backend
Zend_Cache_Backend::$_directives
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)
Constructor
Test if a cache is available for the given id and (if yes) return it (false else)
Remove a cache record
Save some string datas into a cache record
Note : $data is always "string" (serialization is done by the core not by the backend)
Test if a cache is available or not (for the given id)
Inherited From Zend_Cache_Backend
Zend_Cache_Backend::__construct()
Zend_Cache_Backend::getTmpDir()
Zend_Cache_Backend::setDirectives()
Zend_Cache_Backend::setOption()
Documentation generated on Thu, 18 Jan 2007 09:56:41 -0800 by phpDocumentor 1.3.1