public function MemcacheCache::getMemcache in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/doctrine/cache/lib/Doctrine/Common/Cache/MemcacheCache.php \Doctrine\Common\Cache\MemcacheCache::getMemcache()
Gets the memcache instance used by the cache.
Return value
Memcache|null
File
- vendor/
doctrine/ cache/ lib/ Doctrine/ Common/ Cache/ MemcacheCache.php, line 59
Class
- MemcacheCache
- Memcache cache provider.
Namespace
Doctrine\Common\CacheCode
public function getMemcache() {
return $this->memcache;
}