Method for getting Uint8List with a defined key.
Example:
// RCaching.instance.readUint8List(key: RCacheKey("data"));
Future<Uint8List?> readUint8List({required RCacheKey key});