Bluz\Cache\Adapter\Apc::doGet PHP 메소드

doGet() 보호된 메소드

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