Package org.apache.shenyu.common.cache
-
Class Summary Class Description MemorySafeLRUMap<K,V> The only difference between this class andLRUMapis that it handles memory issues viaMemoryLimitCalculator.MemorySafeWindowTinyLFUMap<K,V> The differences between this class andMemorySafeLRUMapis that this class is thread safe, and it use WindowTinyLFU algorithm provided by caffeine which is better than LRU algorithm.