Airship\Engine\Contract\CacheInterface::get PHP Méthode

get() public méthode

Get a cache entry
public get ( string $key ) : null | mixed
$key string
Résultat null | mixed
    public function get(string $key);
CacheInterface