Bluz\Cache\Adapter\Memcached::doGet PHP Method

doGet() protected method

protected doGet ( string $id ) : mixed
$id string
return mixed
    protected function doGet($id)
    {
        return $this->getHandler()->get($id);
    }