]
Brett Meyer closed ARTIF-117.
-----------------------------
Resolution: Won't Fix
Add caching of ontologies to JCR persistence layer
--------------------------------------------------
Key: ARTIF-117
URL:
https://issues.jboss.org/browse/ARTIF-117
Project: Artificer
Issue Type: Task
Components: Persistence
Reporter: Eric Wittmann
Assignee: Eric Wittmann
Priority: Minor
The getOntologies method should return a cached version of the ontologies rather than
reading the JCR nodes each time. The cache should be invalidated when ontology nodes are
changed. This can be done by hooking into the JCR eventing feature. The eventing feature
of JCR may or may not be supported by the JCR impl - so only cache if eventing is
available.