public function MemcacheProfilerStorage::setMemcache in Zircon Profile 8
Same name and namespace in other branches
- 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\ProfilerCode
public function setMemcache($memcache) {
$this->memcache = $memcache;
}