keys property

Iterable<K> get keys

获取所有缓存的键

Implementation

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