Uses of Interface
org.wamblee.cache.CachedObject.Computation

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

Uses of CachedObject.Computation in org.wamblee.cache
 

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



Copyright © 2011. All Rights Reserved.