Package org.topbraid.core.cache

Interface Summary
ICacheManager An interface for objects that manage a cache that shall be cleared under certain circumstances.
 

Class Summary
AbstractCache  
Caches  
LRUCacheMap<K,V> A Map implementing a least-recently-used cache.