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

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

Uses of StashPolicy in org.apache.commons.cache
 

Classes in org.apache.commons.cache that implement StashPolicy
 class BaseStashPolicy
          An abstract base implementation of StashPolicy, declaring the non-serialized version of shouldStore to invoke the serialized one, and wantsSerializedForm to return false.
 

Fields in org.apache.commons.cache declared as StashPolicy
protected  StashPolicy SimpleCache._sp
           
 

Constructors in org.apache.commons.cache with parameters of type StashPolicy
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.