Sets the memcache instance to use.
Parameters
Memcache $memcache:
File
- drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/MemcacheCache.php, line 49
Class
- MemcacheCache
- Memcache cache provider.
Namespace
Doctrine\Common\Cache
Code
public function setMemcache(Memcache $memcache) {
$this->memcache = $memcache;
}