remove method

void remove(
  1. T key
)

Remove key with associated with it value

Implementation

void remove(T key) => _cache.remove(key);