org.apache.cocoon.components.store.impl |
|
Java Source File Name | Type | Comment |
CocoonStoreJanitor.java | Class | The CocoonStoreJanitor class just subclasses the
StoreJanitorImpl to
overwrite the start method for background thread creation using the Cocoon
RunnableManager . |
DefaultStore.java | Class | Default implementation of Cocoon's store. |
DefaultTransientStore.java | Class | Default implementation of Cocoon's transient store. |
EHDefaultStore.java | Class | Store implementation based on EHCache. |
FilesystemStore.java | Class | Stores objects on the filesystem: String objects as text files,
all other objects are serialized. |
JCSDefaultStore.java | Class | |
StoreJanitorImpl.java | Class | This class is a implentation of a StoreJanitor. |