Removes a value from the in-memory cache by key.
key
Future<void> memoryRemove(String key) { return _memoryCache.remove(key); }