keys property

Set<String> get keys

Returns all keys in the cache.

Implementation

Set<String> get keys => _cache.keys.toSet();