Clears all entries from the in-memory cache.
Future<void> memoryClear() { return _memoryCache.clear(); }