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