ManaPHP\Cache\Adapter\Apc::get PHP 메소드

get() 공개 메소드

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