values property

Iterable<V> values

All of the values in the cache.

Implementation

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