Uses of Interface
org.wamblee.cache.Cache

Packages that use Cache
org.wamblee.cache This package provides an interface for a cache together with several implementations. 
 

Uses of Cache in org.wamblee.cache
 

Classes in org.wamblee.cache that implement Cache
 class EhCache<KeyType extends Serializable,ValueType extends Serializable>
          Cache implemented on top of EhCache.
 class ForeverCache<KeyType extends Serializable,ValueType extends Serializable>
          A very simple cache based on a HashMap, It never expires any entries, and has no bounds on its size.
 class ZeroCache<KeyType extends Serializable,ValueType extends Serializable>
          A cache that does not cache.
 

Methods in org.wamblee.cache that return Cache
 Cache CachedObject.getCache()
          Gets the cache.
 

Constructors in org.wamblee.cache with parameters of type Cache
CachedObject(Cache<KeyType,ValueType> aCache, KeyType aObjectKey, CachedObject.Computation<KeyType,ValueType> aComputation)
          Constructs the cached object.
 



Copyright © 2010. All Rights Reserved.