values property

Iterable<V> get values

Returns all values in the cache

Implementation

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