Flintstone\Cache\CacheInterface::get PHP Méthode

get() public méthode

Get a key from the cache.
public get ( string $key ) : mixed
$key string
Résultat mixed
    public function get($key);