]
William Burns updated ISPN-4836:
--------------------------------
Status: Pull Request Sent (was: Coding In Progress)
Git Pull Request:
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
Fix For: 7.0.0.Final
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.