| Interface | Description |
|---|---|
| MemoryCache |
For the framework.
|
| Class | Description |
|---|---|
| AbstractDoulbeLinkedListMemoryCache |
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 |
Some common code for the LRU and MRU caches.
|
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.