ManaPHP\Cache\Adapter\Apc::get PHP Méthode

get() public méthode

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