SlightPHP\Cache_APC::get PHP 메소드

get() 공개 메소드

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