Retrieves a value from the in-memory cache by key.
key
Future<Uint8List?> memoryGet(String key) { return _memoryCache.get(key); }