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.
|
AbstractDoubleLinkedListMemoryCache.IteratorWrapper<K extends Serializable,V extends Serializable> |
iteration aid
|
AbstractDoubleLinkedListMemoryCache.MapEntryWrapper<K extends Serializable,V extends Serializable> | |
AbstractMemoryCache<K,V> |
This base includes some common code for memory caches.
|
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.