get method

R? get(
  1. String key
)

Get a value without updating recency.

Implementation

R? get(String key) => _cache[key];