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

doGet() protected method

protected doGet ( string $id ) : mixed
$id string
return mixed
    protected function doGet($id)
    {
        return apc_fetch($id);
    }