keys property

Iterable<T> keys

Returns key's values of cache

Implementation

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