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

Packages that use Store
org.apache.excalibur.store.impl   
 

Uses of Store in org.apache.excalibur.store.impl
 

Classes in org.apache.excalibur.store.impl that implement Store
 class AbstractFilesystemStore
          Stores objects on the filesystem: String objects as text files, all other objects are serialized.
 class AbstractJispFilesystemStore
          This store is based on the Jisp library (http://www.coyotegulch.com/jisp/index.html).
 class AbstractReadWriteStore
          This is a base implementation for stores that are synchronized by using a read/write lock.
 class JispFilesystemStore
          This store is based on the Jisp library (http://www.coyotegulch.com/jisp/index.html).
 class MemoryStore
           
 class MRUMemoryStore
          This class provides a cache algorithm for the requested documents.
 



Copyright © 1997-2004 The Apache Software Foundation. All Rights Reserved.