remove abstract method
Removes the stored CacheEntry for the specified key.
name: The cache namekey: The cache key
Implementation
Future<void> remove(String name, String key);
Removes the stored CacheEntry for the specified key.
name: The cache namekey: The cache keyFuture<void> remove(String name, String key);