| Class | Description |
|---|---|
| Cache |
Base class for cache implementations.
|
| SimpleLRUCache |
Simple LRU cache implementation that uses a LinkedHashMap.
|
| SimpleMapCache |
Simple cache implementation that uses a HashMap to store (key, value) pairs.
|
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.