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