Inserts a value into the in-memory cache.
Future<Uint8List?> memoryPut(String key, Uint8List value) { return _memoryCache.put(key, value); }