Class:MemcacheCache - Superclass: AbstractCache AbstractCache
⌊ MemcacheCache
public class MemcacheCache
extends AbstractCache
www.doctrine-project.org
Method Summary | |
---|---|
array | getIds() {@inheritdoc} |
Memcache | Gets the memcache instance used by the cache. |
void | setMemcache(Memcache memcache) Sets the memcache instance to use. |
Methods inherited from Doctrine\Common\Cache\AbstractCache | |
---|---|
contains, delete, deleteAll, deleteByPrefix, deleteByRegex, deleteBySuffix, fetch, getIds, save, setNamespace |
public array getIds()
public Memcache getMemcache()
Gets the memcache instance used by the cache.
public void setMemcache(Memcache memcache)
Sets the memcache instance to use.
Memcache cache driver.