Uses of Interface
org.apache.cocoon.store.Store

Packages that use Store
org.apache.cocoon   
org.apache.cocoon.cache   
org.apache.cocoon.processor.xslt   
org.apache.cocoon.store   
 

Uses of Store in org.apache.cocoon
 

Fields in org.apache.cocoon declared as Store
(package private)  Store Engine.store
           
 

Uses of Store in org.apache.cocoon.cache
 

Fields in org.apache.cocoon.cache declared as Store
private  Store CocoonCache.store
           
 

Uses of Store in org.apache.cocoon.processor.xslt
 

Fields in org.apache.cocoon.processor.xslt declared as Store
protected  Store AbstractXSLTProcessor.store
           
 

Uses of Store in org.apache.cocoon.store
 

Classes in org.apache.cocoon.store that implement Store
 class MemoryStore
          This class implements a memory-managed hashtable wrapper that uses a weighted mix of LRU and LFU to keep track of object importance.
 



Copyright 1999 Java Apache Project. All Rights Reserved.