keys property

Iterable<K> keys

Iterates over all existing keys with values.

Implementation

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