Package org.gjt.rec.cache

Interface Summary
Cache The interface implemented by all caches.
CacheElementSource The interface implemented by objects that provide cache elements to a cache.
 

Class Summary
Caches Utility methods for caches.
FixedCache FixedCache is an implementation of the Cache interface that uses a fixed size element store, so that the heap usage is always capped.
MapCache MapCache is an implementation of the Cache interface that uses a Map to store its elements.
MapCache.MapType  
TagCache TagCache is an implementation of the Cache interface that offers cacheing for the fewest bytecode instructions at the cost of the hit ratio.