get method

CacheEntry? get(
  1. String key
)

Implementation

CacheEntry? get(String key) => _map[key];