|
Push Down Method public containsKey(o Object) : boolean from class org.apache.camel.support.LRUCache to public containsKey(o Object) : boolean from class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache |
From |
To |
|
Push Down Method public LRUCache(initialCapacity int, maximumCacheSize int, stopOnEviction boolean, soft boolean, weak boolean, syncListener boolean) from class org.apache.camel.support.LRUCache to public CaffeineLRUCache(initialCapacity int, maximumCacheSize int, stopOnEviction boolean, soft boolean, weak boolean, syncListener boolean) from class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache |
From |
To |
|
Push Down Method public getHits() : long from class org.apache.camel.support.LRUCache to public getHits() : long from class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache |
From |
To |
|
Push Down Method public cleanUp() : void from class org.apache.camel.support.LRUCache to public cleanUp() : void from class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache |
From |
To |
|
Push Down Method public LRUCache(initialCapacity int, maximumCacheSize int) from class org.apache.camel.support.LRUCache to public CaffeineLRUCache(initialCapacity int, maximumCacheSize int) from class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache |
From |
To |
|
Push Down Method package doNothing(value V) : void from class org.apache.camel.support.LRUCache to package doNothing(value V) : void from class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache |
From |
To |
|
Push Down Method public warmUp() : void from class org.apache.camel.support.LRUCacheFactory to public warmUp() : void from class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCacheFactory |
From |
To |
|
Push Down Method public clear() : void from class org.apache.camel.support.LRUCache to public clear() : void from class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache |
From |
To |
|
Push Down Method public isEmpty() : boolean from class org.apache.camel.support.LRUCache to public isEmpty() : boolean from class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache |
From |
To |
|
Push Down Method public keySet() : Set<K> from class org.apache.camel.support.LRUCache to public keySet() : Set<K> from class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache |
From |
To |
|
Push Down Method public putAll(map Map<? extends K,? extends V>) : void from class org.apache.camel.support.LRUCache to public putAll(map Map<? extends K,? extends V>) : void from class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache |
From |
To |
|
Push Down Method public values() : Collection<V> from class org.apache.camel.support.LRUCache to public values() : Collection<V> from class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache |
From |
To |
|
Push Down Method public containsValue(o Object) : boolean from class org.apache.camel.support.LRUCache to public containsValue(o Object) : boolean from class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache |
From |
To |
|
Push Down Method public LRUCache(initialCapacity int, maximumCacheSize int, stopOnEviction boolean, soft boolean, weak boolean, syncListener boolean) from class org.apache.camel.support.LRUCache to public CaffeineLRUCache(initialCapacity int, maximumCacheSize int) from class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache |
From |
To |
|
Push Down Method public resetStatistics() : void from class org.apache.camel.support.LRUCache to public resetStatistics() : void from class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache |
From |
To |
|
Push Down Method public LRUCache(initialCapacity int, maximumCacheSize int, stopOnEviction boolean, soft boolean, weak boolean, syncListener boolean) from class org.apache.camel.support.LRUCache to public CaffeineLRUCache(maximumCacheSize int) from class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache |
From |
To |
|
Push Down Method public put(k K, v V) : V from class org.apache.camel.support.LRUCache to public put(k K, v V) : V from class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache |
From |
To |
|
Push Down Method public entrySet() : Set<Entry<K,V>> from class org.apache.camel.support.LRUCache to public entrySet() : Set<Entry<K,V>> from class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache |
From |
To |
|
Push Down Method public size() : int from class org.apache.camel.support.LRUCache to public size() : int from class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache |
From |
To |
|
Push Down Method public remove(o Object) : V from class org.apache.camel.support.LRUCache to public remove(o Object) : V from class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache |
From |
To |
|
Push Down Method public getEvicted() : long from class org.apache.camel.support.LRUCache to public getEvicted() : long from class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache |
From |
To |
|
Push Down Method public LRUCache(maximumCacheSize int) from class org.apache.camel.support.LRUCache to public CaffeineLRUCache(maximumCacheSize int) from class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache |
From |
To |
|
Push Down Method public getMisses() : long from class org.apache.camel.support.LRUCache to public getMisses() : long from class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache |
From |
To |
|
Push Down Method public toString() : String from class org.apache.camel.support.LRUCache to public toString() : String from class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache |
From |
To |
|
Push Down Method public getMaxCacheSize() : int from class org.apache.camel.support.LRUCache to public getMaxCacheSize() : int from class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache |
From |
To |
|
Push Down Method public get(o Object) : V from class org.apache.camel.support.LRUCache to public get(o Object) : V from class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache |
From |
To |
|
Push Down Method package doStop(value V) : void from class org.apache.camel.support.LRUCache to package doStop(value V) : void from class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache |
From |
To |
|
Push Down Method public onRemoval(key K, value V, cause RemovalCause) : void from class org.apache.camel.support.LRUCache to public onRemoval(key K, value V, cause RemovalCause) : void from class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache |
From |
To |
|
Push Down Method public LRUCache(initialCapacity int, maximumCacheSize int, evict Consumer<V>, soft boolean, weak boolean, syncListener boolean) from class org.apache.camel.support.LRUCache to public CaffeineLRUCache(initialCapacity int, maximumCacheSize int, evict Consumer<V>, soft boolean, weak boolean, syncListener boolean) from class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache |
From |
To |
|
Push Down Method public LRUCache(initialCapacity int, maximumCacheSize int, stopOnEviction boolean) from class org.apache.camel.support.LRUCache to public CaffeineLRUCache(initialCapacity int, maximumCacheSize int, stopOnEviction boolean) from class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache |
From |
To |
|
Push Down Attribute private LOG : Logger from class org.apache.camel.support.LRUCache to private LOG : Logger from class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache |
From |
To |
|
Push Down Attribute private INIT : AtomicBoolean from class org.apache.camel.support.LRUCacheFactory to private INIT : AtomicBoolean from class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCacheFactory |
From |
To |
|
Push Down Attribute protected evicted : LongAdder from class org.apache.camel.support.LRUCache to protected evicted : LongAdder from class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache |
From |
To |
|
Push Down Attribute private maxCacheSize : int from class org.apache.camel.support.LRUCache to private maxCacheSize : int from class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache |
From |
To |
|
Push Down Attribute private map : Map<K,V> from class org.apache.camel.support.LRUCache to private map : Map<K,V> from class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache |
From |
To |
|
Push Down Attribute protected hits : LongAdder from class org.apache.camel.support.LRUCache to protected hits : LongAdder from class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache |
From |
To |
|
Push Down Attribute private evict : Consumer<V> from class org.apache.camel.support.LRUCache to private evict : Consumer<V> from class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache |
From |
To |
|
Push Down Attribute private USE_SIMPLE_CACHE : boolean from class org.apache.camel.support.LRUCacheFactory to private USE_SIMPLE_CACHE : boolean from class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCacheFactory |
From |
To |
|
Push Down Attribute private LOG : Logger from class org.apache.camel.support.LRUCacheFactory to private LOG : Logger from class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCacheFactory |
From |
To |
|
Push Down Attribute private cache : Cache<K,V> from class org.apache.camel.support.LRUCache to private cache : Cache<K,V> from class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache |
From |
To |
|
Push Down Attribute protected misses : LongAdder from class org.apache.camel.support.LRUCache to protected misses : LongAdder from class org.apache.camel.component.caffeine.lrucache.CaffeineLRUCache |
From |
To |
|
Change Variable Type cache : LRUSoftCache<Integer,Object> to cache : CaffeineLRUSoftCache<Integer,Object> in method public testLRUSoftCachePutAll() : void in class org.apache.camel.component.caffeine.lrucache.CaffeineLRUSoftCacheTest |
From |
To |
|
Change Variable Type cache : LRUSoftCache<Integer,Object> to cache : CaffeineLRUSoftCache<Integer,Object> in method public testLRUSoftCacheGetAndPut() : void in class org.apache.camel.component.caffeine.lrucache.CaffeineLRUSoftCacheTest |
From |
To |
|
Change Variable Type cache : LRUSoftCache<Integer,Object> to cache : CaffeineLRUSoftCache<Integer,Object> in method public testLRUSoftCacheContainsKey() : void in class org.apache.camel.component.caffeine.lrucache.CaffeineLRUSoftCacheTest |
From |
To |
|
Change Variable Type cache : LRUSoftCache<Integer,Object> to cache : CaffeineLRUSoftCache<Integer,Object> in method public testLRUSoftCacheHitsAndMisses() : void in class org.apache.camel.component.caffeine.lrucache.CaffeineLRUSoftCacheTest |
From |
To |
|
Change Variable Type cache2 : LRUSoftCache<Integer,Object> to cache2 : CaffeineLRUSoftCache<Integer,Object> in method public testLRUSoftCachePutAllAnotherLRUSoftCache() : void in class org.apache.camel.component.caffeine.lrucache.CaffeineLRUSoftCacheTest |
From |
To |
|
Change Variable Type cache : LRUSoftCache<Integer,Object> to cache : CaffeineLRUSoftCache<Integer,Object> in method public testLRUSoftCacheRemove() : void in class org.apache.camel.component.caffeine.lrucache.CaffeineLRUSoftCacheTest |
From |
To |
|
Change Variable Type cache : LRUSoftCache<Integer,Object> to cache : CaffeineLRUSoftCache<Integer,Object> in method public testLRUSoftCachePutAllAnotherLRUSoftCache() : void in class org.apache.camel.component.caffeine.lrucache.CaffeineLRUSoftCacheTest |
From |
To |
|
Change Variable Type cache : LRUSoftCache<Integer,Object> to cache : CaffeineLRUSoftCache<Integer,Object> in method public testLRUSoftCacheValues() : void in class org.apache.camel.component.caffeine.lrucache.CaffeineLRUSoftCacheTest |
From |
To |
|
Change Variable Type cache : LRUSoftCache<Integer,Object> to cache : CaffeineLRUSoftCache<Integer,Object> in method public testLRUSoftCacheEmpty() : void in class org.apache.camel.component.caffeine.lrucache.CaffeineLRUSoftCacheTest |
From |
To |
|
Change Variable Type cache : LRUSoftCache<Integer,Object> to cache : CaffeineLRUSoftCache<Integer,Object> in method public testLRUSoftCachePutOverride() : void in class org.apache.camel.component.caffeine.lrucache.CaffeineLRUSoftCacheTest |
From |
To |
|
Change Variable Type cache : LRUSoftCache<Integer,Object> to cache : CaffeineLRUSoftCache<Integer,Object> in method public testLRUSoftCacheKeySet() : void in class org.apache.camel.component.caffeine.lrucache.CaffeineLRUSoftCacheTest |
From |
To |