Gets the memcache instance used by the cache.
Return value
Memcache
File
- drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/MemcacheCache.php, line 59
Class
- MemcacheCache
- Memcache cache provider.
Namespace
Doctrine\Common\Cache
Code
public function getMemcache() {
return $this->memcache;
}