EHC ❯ Make transactional caches support UnlockedReadsView
-
New Feature
-
Status: Closed
-
2 Major
-
Resolution: Won't Fix
-
-
-
drb
-
Reporter: lorban
-
February 23, 2011
-
0
-
Watchers: 1
-
September 06, 2012
-
February 23, 2011
Description
Support is pretty easy to add if we agree that the returned data doesn’t have to follow *any* consistency rule: no isolation level, no copy on read/write and unresolved in-doubt data (ie: softlocks).
This obviously has zero impact on all other cache work: puts keep the full transactional guarantee and direct cache access (not through the UnlockedReadsView) keeps working the same.
Comments
Ludovic Orban 2011-02-23
Ludovic Orban 2011-02-23
See DEV-5443 instead.
Christian Niehues 2012-09-06
I would be really happy if this would be implemented. I don’t see any alternative to get access to uncommitted elements without using TerracottaStore.
This is not a Ehcache-core feature.