delete abstract method

Future<void> delete(
  1. String key
)

Removes the entry associated with the key from the cache.

Does nothing if the key is not found.

Implementation

Future<void> delete(String key);