You are here

public function MemcacheProfilerStorage::setMemcache in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-kernel/Profiler/MemcacheProfilerStorage.php \Symfony\Component\HttpKernel\Profiler\MemcacheProfilerStorage::setMemcache()

Set instance of the Memcache.

Parameters

\Memcache $memcache:

File

vendor/symfony/http-kernel/Profiler/MemcacheProfilerStorage.php, line 57

Class

MemcacheProfilerStorage
Memcache Profiler Storage.

Namespace

Symfony\Component\HttpKernel\Profiler

Code

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