ManaPHP\Cache\Adapter\Apc::get PHP Method

get() public method

public get ( string $key ) : mixed
$key string
return mixed
    public function get($key)
    {
        return apc_fetch($this->_prefix . $key);
    }