Lavender\Cloud\Sina\Cache\MemcacheStore::getMemcache PHP 메소드

getMemcache() 공개 메소드

Get the underlying memcache connection.
public getMemcache ( ) : memcache
리턴 memcache
    public function getMemcache()
    {
        return $this->memcache;
    }