values property

Iterable<V> get values

获取所有缓存的值

Implementation

Iterable<V> get values => _cache.values;