SlightPHP\Cache_APC::get PHP Method

get() public method

get cache
public get ( string $key ) : mixed
$key string
return mixed $result
    function get($key)
    {
        return apc_fetch($key);
    }