| Interface | Description |
|---|---|
| Cache |
Defines the interface used to cache messages.
|
| CacheEvictor |
| Class | Description |
|---|---|
| CacheEntry | |
| CacheEntryList |
Maintains a simple linked list of CacheEntry objects.
|
| CacheEvictionUsageListener | |
| CacheFilter |
Filters another Cache implementation.
|
| LRUMap<K,V> |
A simple least-recently-used cache of a fixed size.
|
| MapCache |
Use any Map to implement the Cache.
|
| UsageManagerCacheFilter |
Simple CacheFilter that increases/decreases usage on a UsageManager as
objects are added/removed from the Cache.
|
Copyright © 2005-2014 Red Hat, Inc.. All Rights Reserved.