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

get() public méthode

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