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