You are here

public function MemcacheCache::getMemcache in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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\Cache

Code

public function getMemcache() {
  return $this->memcache;
}