Retrieves the cached byte data for the given key.
key
Delegates to the underlying platform-specific Cache implementation. Throws if the key is not found.
Future<Uint8List> get(String key) => _cache.get(key);