| Interface | Description |
|---|---|
| ISimpleCache<KEYTYPE,VALUETYPE> |
Interface for a very simple Map-like cache.
|
| SimpleCacheMBean |
MBean interface for a simple cache
|
| Class | Description |
|---|---|
| AbstractCache<KEYTYPE,VALUETYPE> |
Abstract base implementation of
ISimpleCache |
| AbstractNotifyingCache<KEYTYPE,VALUETYPE> |
A caching class that has the ability to fill itself with the abstract
getValueToCache(Object) method.
|
| AbstractNotifyingCacheWithMaxSize<KEYTYPE,VALUETYPE> |
A caching class that has the ability to fill itself with the abstract
getValueToCache(Object) method and has an upper limit of elements that can
reside in the cache.
|
| AnnotationUsageCache |
A simple cache for the usage of a certain annotation class at other classes.
|
| LoggingLRUCache<KEYTYPE,VALUETYPE> |
A specific
LRUCache that emits a warning once the cache is full. |
Copyright © 2006–2014 phloc systems. All rights reserved.