Package jconch.cache

Collection data types that provide cached look-ups in a thread-safe manner.

See:
          Description

Class Summary
CacheMap<KEY_T,VAL_T> A map that provides cached look-ups in a thread-safe manner.
GroovyCacheMap Creates CacheMap based on a Groovy closure.
ObjectCacheMap  
 

Package jconch.cache Description

Collection data types that provide cached look-ups in a thread-safe manner.