Package org.castor.cache.simple

Class Summary
CountLimited<K,V> CountLimited is a count limted least-recently-used Map.
CountLimitedFactory<K,V> /** Implements CacheFactory for count-limited cache.
NoCache<K,V> NoCache is a Map which dispose all object right the way.
NoCacheFactory<K,V> Implements CacheFactory for the NoCache implementation of Cache.
TimeLimited<K,V> TimeLimited is a time limted first-in-first-out Map.
TimeLimitedFactory<K,V> Implements CacheFactory for the TimeLimited implementation of Cache.
Unlimited<K,V> UnLimited is a Map that holds any object being put into the map until it is removed manually.
UnlimitedFactory<K,V> Implements CacheFactory for the Unlimited implementation of Cache.
 



Copyright © 2012. All Rights Reserved.