evict method

void evict(
  1. String key
)

Evicts a specific cache entry.

Implementation

void evict(String key) => store.delete(key);