keys property

List<String> get keys

Get all cache keys (for debugging).

Implementation

List<String> get keys => _entries.keys.toList();