Skip navigation links
C E G H I K M O P R S T V W 

C

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
Factory to create CaffeineLRUCache instances.
CaffeineLRUCacheFactory() - Constructor for class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCacheFactory
 
CaffeineLRUSoftCache<K,V> - Class in org.apache.camel.component.caffeine.lrucache
A cache that uses a near optional LRU Cache using SoftReference.
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
A cache that uses a near optional LRU Cache using WeakReference.
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.

E

entrySet() - Method in class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache
 
evicted - Variable in class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache
 

G

get(Object) - Method in class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache
 
getEvicted() - Method in class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache
Gets the number of evicted entries.
getHits() - Method in class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache
Gets the number of cache hits
getMaxCacheSize() - Method in class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache
Returns the maxCacheSize.
getMisses() - Method in class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache
Gets the number of cache misses.

H

hits - Variable in class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache
 

I

isEmpty() - Method in class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache
 

K

keySet() - Method in class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache
 

M

misses - Variable in class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache
 

O

onRemoval(K, V, RemovalCause) - Method in class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache
 
org.apache.camel.component.caffeine.lrucache - package org.apache.camel.component.caffeine.lrucache
 

P

put(K, V) - Method in class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache
 
putAll(Map<? extends K, ? extends V>) - Method in class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache
 

R

remove(Object) - Method in class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache
 
resetStatistics() - Method in class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache
Rest the cache statistics such as hits and misses.

S

size() - Method in class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache
 

T

toString() - Method in class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache
 
toString() - Method in class org.apache.camel.component.caffeine.lrucache.CaffeineLRUSoftCache
 
toString() - Method in class org.apache.camel.component.caffeine.lrucache.CaffeineLRUWeakCache
 

V

values() - Method in class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache
 

W

warmUp() - Static method in class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCacheFactory
Warm-up the LRUCache to startup Apache Camel faster.
C E G H I K M O P R S T V W 
Skip navigation links

Apache Camel