Uses of Interface
org.apache.commons.cache.Stash

Packages that use Stash
org.apache.commons.cache Object caching service. 
 

Uses of Stash in org.apache.commons.cache
 

Classes in org.apache.commons.cache that implement Stash
 class BaseStash
          An abstract base Stash implementation, mapping the non-serialized versions of BaseStash.canStore(java.io.Serializable, java.io.Serializable, java.lang.Long, java.lang.Long, java.io.Serializable) and BaseStash.store(java.io.Serializable, java.io.Serializable, java.lang.Long, java.lang.Long, java.io.Serializable) to the serialized ones, and declaring BaseStash.wantsSerializedForm() to return false.
 class FileStash
          tk.
 class MemoryStash
          tk.
 class ShareableFileStash
          tk.
 

Fields in org.apache.commons.cache declared as Stash
protected  Stash SimpleCache._stash
           
 

Constructors in org.apache.commons.cache with parameters of type Stash
SimpleCache(Stash stash)
           
SimpleCache(Stash stash, EvictionPolicy ep)
           
SimpleCache(Stash stash, EvictionPolicy ep, StashPolicy sp)
           
SimpleCache(Stash stash, EvictionPolicy ep, StashPolicy sp, GroupMap tm)
           
SimpleCache(Stash stash, EvictionPolicy ep, StashPolicy sp, GroupMap tm, File persistFile)
           
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.