keys property

Iterable<K> keys

All of the keys in the cache.

Implementation

Iterable<K> get keys => _items.keys;