peek method

({int count, String hash})? peek(
  1. String userId
)

The cached hash/count for userId, or null when a recompute is needed.

Implementation

({String hash, int count})? peek(String userId) => _entries[userId];