Lavender\Cloud\Sina\Cache\MemcacheStore::getMemcache PHP Method

getMemcache() public method

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