peek static method

double? peek(
  1. CacheKey key
)

Reads without computing.

Implementation

static double? peek(CacheKey key) =>
    _partitions[currentMetrics]?.entries[key];