keys property

List<String> get keys

Get all cache keys

Implementation

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