keys property

Iterable<String> get keys

获取所有缓存的键

Implementation

Iterable<String> get keys => _keysIndex;