Flintstone\Cache\CacheInterface::get PHP Метод

get() публичный Метод

Get a key from the cache.
public get ( string $key ) : mixed
$key string
Результат mixed
    public function get($key);