Uses of Interface
net.sf.ashkay.CachingStrategy

Packages that use CachingStrategy
net.sf.ashkay Ashkay is a strategy based caching tool. 
net.sf.ashkay.strategies   
 

Uses of CachingStrategy in net.sf.ashkay
 

Methods in net.sf.ashkay with parameters of type CachingStrategy
 ObjectCache ObjectCache.addStrategy(CachingStrategy aStrategy)
          Adds a caching strategy to this cache
 ObjectCache ObjectCache.removeStrategy(CachingStrategy aStrategy)
          Removes a strategy from this cache
 boolean ObjectCache.usesStrategy(CachingStrategy aStrategy)
          Checks if this cache uses the specified caching strategy
 

Uses of CachingStrategy in net.sf.ashkay.strategies
 

Classes in net.sf.ashkay.strategies that implement CachingStrategy
 class FullCachingStrategy
          FullCachingStrategy implements the CachingStrategy interface to provide a hard cache with no expiration.
 class LastModifiedCachingStrategy
          LastModifiedCachingStrategy attempts to locate a timestamped resource and check the last time that resource was modified.
 class NullCachingStrategy
          NullCachingStrategy prevents the cache from caching any data about the object
 class SoftReferenceCachingStrategy
          A Soft Reference caching strategy uses soft references to store objects in the cache.
 class TimeExpirationCachingStrategy
          TimeExpirationCachingStrategy expires objects in the cache after a set amount of time.
 



Copyright © 2004 . All Rights Reserved.