entries property

Iterable<MapEntry<K, V>> get entries

获取所有缓存条目

Implementation

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