Package org.jopendocument.util.cache

Classes to handle caching of data (with timeout and auto-clear).

See:
          Description

Interface Summary
CacheWatcherFactory<K,D>  
 

Class Summary
CacheResult<V> Represent the result of a query to a cache.
CacheWatcher<K,D> A watcher invalidates cache results when its data is modified.
ICache<K,V,D> To keep results computed from some data.
ICacheTest  
Memoizer<A,V,X extends Exception>  
 

Enum Summary
CacheResult.State  
 

Package org.jopendocument.util.cache Description

Classes to handle caching of data (with timeout and auto-clear).

See Also:
ICache


Copyright © 2010 jOpenDocument All Rights Reserved.