Package org.apache.camel.support.cache
package org.apache.camel.support.cache
Base classes for caching and pooling
-
ClassesClassDescriptionCache containing created
Consumer.Default implementation ofProducerCache.PollingConsumerpool.Producerpool.SimpleLRUCache<K,V> SimpleLRUCacheis a simple implementation of a cache of type Least Recently Used .SimpleSoftCache<K,V> SimpleSoftCacheis a simple implementation of a cache where values are soft references which allows the Garbage Collector to clear the referents in response of a memory demand to potentially preventOutOfMemoryError.