keys property

Iterable<K> get keys

Returns all keys in the cache

Implementation

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