| BackgroundCleaner |
A background cleaner that ConcurrentCache can use to clean
Cacheables asynchronously in a background instead of synchronously in the
user threads.
|
| CacheEntry |
Class representing an entry in the cache.
|
| ClockPolicy |
Implementation of a replacement policy which uses the clock algorithm.
|
| ConcurrentCache |
A cache manager based on the utilities found in the
java.util.concurrent package.
|
| ConcurrentCacheFactory |
Factory class which creates cache manager instances based on the
ConcurrentCache implementation.
|
| ConcurrentCacheMBeanImpl |
This class provides monitoring capabilities for ConcurrentCache through
Java Management Extension (JMX).
|