SlightPHP\Cache_APC::get PHP Méthode

get() public méthode

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