Stores the given byte value in the cache with the specified key.
value
key
Delegates to the underlying platform-specific Cache implementation.
Future<void> set(String key, Uint8List value) => _cache.set(key, value);