values property

Iterable<S> values

Returns values of cache

Implementation

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