-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 8.2
-
Fix Version/s: 8.3
-
Component/s: Cache, TransientStore
-
Tags:
-
Sprint:nxfit 8.3.6
-
Story Points:2
The Cache/TransientStore interfaces would benefit from a method that returns its keySet. The proposed method is.
Set<String> keySet();