| Class | Description |
|---|---|
| MemorySafeLRUMap<K,V> |
The only difference between this class and
LRUMap
is that it handles memory issues via MemoryLimitCalculator. |
| MemorySafeWindowTinyLFUMap<K,V> |
The differences between this class and
MemorySafeLRUMap
is that this class is thread safe, and it use WindowTinyLFU algorithm
provided by caffeine which is better than LRU algorithm. |
| WindowTinyLFUMap<K,V> |
this cache is provided by caffeine, the cache has two implements including weak-key cache and strong-key cache.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.