This project has retired. For details please refer to its
Attic page .
DefaultTransientStore (Cocoon Store Implementation 1.0.0 API)
org.apache.cocoon.components.store.impl
Class DefaultTransientStore
java.lang.Object
org.apache.cocoon.components.store.impl.MRUMemoryStore
org.apache.cocoon.components.store.impl.DefaultTransientStore
All Implemented Interfaces: Store
public class DefaultTransientStore extends MRUMemoryStore
Default implementation of Cocoon's transient store. This is a MRUMemoryStore
that cannot be backed by a persistent store (this ensure it is really transient).
Version:
$Id: DefaultTransientStore.html 1304280 2012-03-23 11:18:01Z ilgrosso $
Method Summary
void
init ()
Initialize the MRUMemoryStore.
Methods inherited from class org.apache.cocoon.components.store.impl.MRUMemoryStore
clear , containsKey , destroy , free , get , getLogger , hold , keys , remove , setLogger , setMaxObjects , setPersistentStore , setStoreJanitor , setUsePersistentStore , size , store
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
DefaultTransientStore
public DefaultTransientStore ()
init
public void init ()
throws Exception
Description copied from class: MRUMemoryStore
Initialize the MRUMemoryStore.
Overrides: init in class MRUMemoryStore
Throws:
Exception
Copyright © 1999-2008 The Apache Software Foundation . All Rights Reserved.