set method

void set(
  1. String key,
  2. CacheEntry entry
)

Implementation

void set(String key, CacheEntry entry) => _map[key] = entry;