org.apache.cocoon.components.store.impl
Class DefaultStore
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.excalibur.store.impl.MRUMemoryStore
org.apache.cocoon.components.store.impl.DefaultStore
- All Implemented Interfaces:
- Component, Disposable, Instrumentable, LogEnabled, Parameterizable, Serviceable, Store, ThreadSafe
- Direct Known Subclasses:
- JispFilesystemStore
- public class DefaultStore
- extends MRUMemoryStore
Default implementation of Cocoon's store. It's a MRUMemoryStore whose
"use-persistent-cache" parameter defaults to true.
This default setting allows the store to be an in-memory front-end to the persistent store.
- Version:
- CVS $Id: DefaultStore.java 433543 2006-08-22 06:22:54Z crossley $
- Author:
- Sylvain Wallez
| Methods inherited from class org.apache.excalibur.store.impl.MRUMemoryStore |
clear, containsKey, dispose, free, get, getChildInstrumentables, getInstrumentableName, getInstruments, hold, keys, remove, service, setInstrumentableName, size, store |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultStore
public DefaultStore()
parameterize
public void parameterize(Parameters params)
throws ParameterException
- Throws:
ParameterException
Copyright © 1999-2006 The Apache Software Foundation. All Rights Reserved.