|
Class Summary |
| CocoonStoreJanitor |
The CocoonStoreJanitor class just subclasses the StoreJanitorImpl to
overwrite the start method for background thread creation using the Cocoon
RunnableManager. |
| DefaultStore |
Default implementation of Cocoon's store. |
| DefaultTransientStore |
Default implementation of Cocoon's transient store. |
| EHDefaultStore |
Store implementation based on EHCache (http://ehcache.sourceforge.net/)
Configure the store using the setter methods. |
| FilesystemStore |
Stores objects on the filesystem: String objects as text files,
all other objects are serialized. |
| MRUMemoryStore |
This class provides a cache algorithm for the requested documents. |
| StoreJanitorImpl |
This class is a implentation of a StoreJanitor. |