See: Description
| Class | Description |
|---|---|
| AbstractDoubleLinkedListMemoryCache<K,V> |
This class contains methods that are common to memory caches using the double linked list, such
as the LRU, MRU, FIFO, and LIFO caches.
|
| AbstractMemoryCache<K,V> |
This base includes some common code for memory caches.
|
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.