protected function MemcacheSessionHandler::getMemcache in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/http-foundation/Session/Storage/Handler/MemcacheSessionHandler.php \Symfony\Component\HttpFoundation\Session\Storage\Handler\MemcacheSessionHandler::getMemcache()
Return a Memcache instance.
Return value
\Memcache
File
- vendor/
symfony/ http-foundation/ Session/ Storage/ Handler/ MemcacheSessionHandler.php, line 115
Class
- MemcacheSessionHandler
- MemcacheSessionHandler.
Namespace
Symfony\Component\HttpFoundation\Session\Storage\HandlerCode
protected function getMemcache() {
return $this->memcache;
}