You are here

public function MemcachedCache::getMemcached in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/doctrine/cache/lib/Doctrine/Common/Cache/MemcachedCache.php \Doctrine\Common\Cache\MemcachedCache::getMemcached()

Gets the memcached instance used by the cache.

Return value

Memcached|null

File

vendor/doctrine/cache/lib/Doctrine/Common/Cache/MemcachedCache.php, line 59

Class

MemcachedCache
Memcached cache provider.

Namespace

Doctrine\Common\Cache

Code

public function getMemcached() {
  return $this->memcached;
}