entries property
Map<String, CacheEntry>
get
entries
Unmodifiable view of the underlying key→CacheEntry map.
Implementation
Map<String, CacheEntry> get entries => Map.unmodifiable(_data);
Unmodifiable view of the underlying key→CacheEntry map.
Map<String, CacheEntry> get entries => Map.unmodifiable(_data);