JCR2SPI: Avoid individual Item reloading upon Session/Item.refresh(true)
------------------------------------------------------------------------
Key: JCR-1798
URL: https://issues.apache.org/jira/browse/JCR-1798
Project: Jackrabbit
Issue Type: Improvement
Components: jackrabbit-jcr2spi
Reporter: angela
with CacheBehaviour.INVALIDATE Item.refresh(true) and Session.refresh(true)
results in individual reloading of the existing entries in the hierarchy
circumventing all batch read optimization.
Apart from general optimization of the refresh itself, refresh(true) should
rather mark existing items and force a reload upon next access (similar to the
behaviour implemented with refresh(false)).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.