entries property

Iterable<MapEntry<K, V>> get entries

Returns all entries in the cache

Implementation

Iterable<MapEntry<K, V>> get entries => _cache.entries;