- CaffeineLRUCache<K,V> - Class in org.apache.camel.component.caffeine.lrucache
-
A cache that uses a near optional LRU Cache.
- CaffeineLRUCache(int) - Constructor for class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache
-
Constructs an empty LRUCache instance with the
specified maximumCacheSize, and will stop on eviction.
- CaffeineLRUCache(int, int) - Constructor for class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache
-
Constructs an empty LRUCache instance with the
specified initial capacity, maximumCacheSize, and will stop on eviction.
- CaffeineLRUCache(int, int, boolean) - Constructor for class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache
-
Constructs an empty LRUCache instance with the
specified initial capacity, maximumCacheSize,load factor and ordering mode.
- CaffeineLRUCache(int, int, boolean, boolean, boolean, boolean) - Constructor for class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache
-
Constructs an empty LRUCache instance with the
specified initial capacity, maximumCacheSize,load factor and ordering mode.
- CaffeineLRUCache(int, int, Consumer<V>, boolean, boolean, boolean) - Constructor for class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache
-
Constructs an empty LRUCache instance with the
specified initial capacity, maximumCacheSize,load factor and ordering mode.
- CaffeineLRUCacheFactory - Class in org.apache.camel.component.caffeine.lrucache
-
- CaffeineLRUCacheFactory() - Constructor for class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCacheFactory
-
- CaffeineLRUSoftCache<K,V> - Class in org.apache.camel.component.caffeine.lrucache
-
- CaffeineLRUSoftCache(int) - Constructor for class org.apache.camel.component.caffeine.lrucache.CaffeineLRUSoftCache
-
- CaffeineLRUSoftCache(int, int) - Constructor for class org.apache.camel.component.caffeine.lrucache.CaffeineLRUSoftCache
-
- CaffeineLRUSoftCache(int, int, boolean) - Constructor for class org.apache.camel.component.caffeine.lrucache.CaffeineLRUSoftCache
-
- CaffeineLRUWeakCache<K,V> - Class in org.apache.camel.component.caffeine.lrucache
-
- CaffeineLRUWeakCache(int) - Constructor for class org.apache.camel.component.caffeine.lrucache.CaffeineLRUWeakCache
-
- CaffeineLRUWeakCache(int, int) - Constructor for class org.apache.camel.component.caffeine.lrucache.CaffeineLRUWeakCache
-
- CaffeineLRUWeakCache(int, int, boolean) - Constructor for class org.apache.camel.component.caffeine.lrucache.CaffeineLRUWeakCache
-
- cleanUp() - Method in class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache
-
- clear() - Method in class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache
-
- containsKey(Object) - Method in class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache
-
- containsValue(Object) - Method in class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache
-
- createLRUCache(int) - Method in class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCacheFactory
-
Constructs an empty LRUCache instance with the
specified maximumCacheSize, and will stop on eviction.
- createLRUCache(int, Consumer<V>) - Method in class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCacheFactory
-
Constructs an empty LRUCache instance with the
specified maximumCacheSize, and will stop on eviction.
- createLRUCache(int, int) - Method in class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCacheFactory
-
Constructs an empty LRUCache instance with the
specified initial capacity, maximumCacheSize, and will stop on eviction.
- createLRUCache(int, int, boolean) - Method in class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCacheFactory
-
Constructs an empty LRUCache instance with the
specified initial capacity, maximumCacheSize,load factor and ordering mode.
- createLRUSoftCache(int) - Method in class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCacheFactory
-
Constructs an empty LRUSoftCache instance with the
specified maximumCacheSize, and will stop on eviction.
- createLRUSoftCache(int, int) - Method in class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCacheFactory
-
Constructs an empty LRUSoftCache instance with the
specified maximumCacheSize, and will stop on eviction.
- createLRUSoftCache(int, int, boolean) - Method in class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCacheFactory
-
Constructs an empty LRUSoftCache instance with the
specified maximumCacheSize, and will stop on eviction.
- createLRUWeakCache(int) - Method in class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCacheFactory
-
Constructs an empty LRUWeakCache instance with the
specified maximumCacheSize, and will stop on eviction.
- createLRUWeakCache(int, int) - Method in class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCacheFactory
-
Constructs an empty LRUWeakCache instance with the
specified maximumCacheSize, and will stop on eviction.
- createLRUWeakCache(int, int, boolean) - Method in class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCacheFactory
-
Constructs an empty LRUWeakCache instance with the
specified maximumCacheSize, and will stop on eviction.