C E G H I K M O P R S T V W 
All Classes All Packages

C

CaffeineLRUCache<K,​V> - Class in org.apache.camel.component.caffeine.lrucache
Deprecated.
CaffeineLRUCache(int) - Constructor for class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
CaffeineLRUCacheFactory() - Constructor for class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCacheFactory
Deprecated.
 
CaffeineLRUSoftCache<K,​V> - Class in org.apache.camel.component.caffeine.lrucache
Deprecated.
CaffeineLRUSoftCache(int) - Constructor for class org.apache.camel.component.caffeine.lrucache.CaffeineLRUSoftCache
Deprecated.
 
CaffeineLRUSoftCache(int, int) - Constructor for class org.apache.camel.component.caffeine.lrucache.CaffeineLRUSoftCache
Deprecated.
 
CaffeineLRUSoftCache(int, int, boolean) - Constructor for class org.apache.camel.component.caffeine.lrucache.CaffeineLRUSoftCache
Deprecated.
 
CaffeineLRUWeakCache<K,​V> - Class in org.apache.camel.component.caffeine.lrucache
Deprecated.
CaffeineLRUWeakCache(int) - Constructor for class org.apache.camel.component.caffeine.lrucache.CaffeineLRUWeakCache
Deprecated.
 
CaffeineLRUWeakCache(int, int) - Constructor for class org.apache.camel.component.caffeine.lrucache.CaffeineLRUWeakCache
Deprecated.
 
CaffeineLRUWeakCache(int, int, boolean) - Constructor for class org.apache.camel.component.caffeine.lrucache.CaffeineLRUWeakCache
Deprecated.
 
cleanUp() - Method in class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache
Deprecated.
 
clear() - Method in class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache
Deprecated.
 
containsKey(Object) - Method in class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache
Deprecated.
 
containsValue(Object) - Method in class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache
Deprecated.
 
createLRUCache(int) - Method in class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCacheFactory
Deprecated.
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
Deprecated.
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
Deprecated.
Constructs an empty LRUCache instance with the specified initial capacity, maximumCacheSize,load factor and ordering mode.
createLRUCache(int, Consumer<V>) - Method in class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCacheFactory
Deprecated.
Constructs an empty LRUCache instance with the specified maximumCacheSize, and will stop on eviction.
createLRUSoftCache(int) - Method in class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCacheFactory
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
 
evicted - Variable in class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache
Deprecated.
 

G

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

H

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

I

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

K

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

M

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

O

onRemoval(K, V, RemovalCause) - Method in class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache
Deprecated.
 
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
Deprecated.
 
putAll(Map<? extends K, ? extends V>) - Method in class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache
Deprecated.
 

R

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

S

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

T

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

V

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

W

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