]
Work on ISPN-4836 started by William Burns.
-------------------------------------------
Change entrySet, keySet and values to be backing maps
-----------------------------------------------------
Key: ISPN-4836
URL:
https://issues.jboss.org/browse/ISPN-4836
Project: Infinispan
Issue Type: Enhancement
Components: Core
Affects Versions: 7.0.0.CR1
Reporter: William Burns
Assignee: William Burns
Currently the entrySet, keySet and values methods are copies of data at the time of
invocation. They do not allow for seeing updated values or actually updating the cache
through them. It would be nice to support these operations as well.