Lavender\Cloud\Sina\Cache\KvdbStore::getKvdb PHP 메소드

getKvdb() 공개 메소드

Get the underlying Kvdb connection.
public getKvdb ( ) : SaeKV
리턴 SaeKV
    public function getKvdb()
    {
        return $this->kvdb;
    }