-
Feature Request
-
Resolution: Done
-
Major
-
2.2.0.Final
-
None
When there are multiple sessions, the changes made by one session via Session.save() are not necessarily immediately visible to all other sessions. In ModeShape, when a session reads a node, it caches it so that it doesn't have to re-read the node information every time, and so that the accessed content doesn't change without the session knowing it or explicitly doing something.
My understanding of the specification is that our behavior is perfectly acceptable, so this enhancement is primarily to support behavioral compatibility with Jackrabbit and probably should be configurable via a repository option.
- is incorporated by
-
MODE-1289 JCR layer should use Infinispan for caching and storage
- Closed