clear method

void clear(
  1. Id key
)

Clears the value at key, if it exists.

Implementation

void clear(Id key) => _cache.remove(key);