-
Bug
-
Resolution: Done
-
Major
-
9.1.4.Final, 9.2.0.Final, 15.0.0.Final
-
None
See discussion here.
The cache entry modified embedded event does not easily expose the previous value. To get the previous value, you need to listen for isPre=true event and cache the value. This is not user friendly.
The cache entry modified embedded event should probably expose a method to retrieve previous value regardless of whether isPre is true or false.
The JCache TCK currently only verifies that the previous value is non null, so we can just the current value and the TCK passes, but this is not correct.
- blocks
-
ISPN-15563 version.javax.cache 1.1.1
- Resolved
- relates to
-
ISPN-8571 Compatibility with JCache 1.1
- Closed