public function MemcacheProfilerStorage::setMemcache

Set instance of the Memcache

Parameters

Memcache $memcache:

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MemcacheProfilerStorage.php, line 59

Class

MemcacheProfilerStorage
Memcache Profiler Storage

Namespace

Symfony\Component\HttpKernel\Profiler

Code

public function setMemcache($memcache) {
  $this->memcache = $memcache;
}