ManaPHP\CacheInterface::get PHP Méthode

get() public méthode

Retrieves a value from cache with a specified key.
public get ( string $key ) : mixed | false | array
$key string
Résultat mixed | false | array
    public function get($key);