remove abstract method

Future<void> remove(
  1. String name,
  2. String key
)

Removes the stored CacheEntry for the specified key.

  • name: The cache name
  • key: The cache key

Implementation

Future<void> remove(String name, String key);