JCR2SPI: add configurable cache for Item instances (ItemManager)
----------------------------------------------------------------
Key: JCR-1011
URL: https://issues.apache.org/jira/browse/JCR-1011
Project: Jackrabbit
Issue Type: Improvement
Components: SPI
Reporter: angela
Currently the ItemManager implementation uses a simple map with weak keys
(ItemState) and weak values (Item) as cache.
Marcel recently suggested to replace this with a more sophisticated cache
mechanism that can be configured.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.