Classes in org.apache.cocoon.caching.impl that implement EventRegistry |
class |
AbstractDoubleMapEventRegistry
This abstract base implementation of EventRegistry stores
the event-key mappings in a simple pair of MultiMap s. |
class |
DefaultEventRegistryImpl
This implementation of EventRegistry handles
persistence by serializing an EventRegistryDataWrapper to
disk. |
class |
StoreEventRegistryImpl
This implementation of EventRegistry stores its EventRegistryDataWrapper
in the PersistentStore defined in cocoon.xconf. |