In addition to the existing API, the following will be needed to allow user applications to directly control versioning. E.g.,
put(K key, EntryVersion version); get(K key, EntryVersion version); getLatest(K key, EntryVersion upperBound); evict(K key, EntryVersion upTo);
- is blocked by
-
ISPN-3198 Allow multiple versions of entries to be stored
- To Do