entries property

Map<String, CacheEntry> get entries

Unmodifiable view of the underlying key→CacheEntry map.

Implementation

Map<String, CacheEntry> get entries => Map.unmodifiable(_data);