| Interface | Description |
|---|---|
| Cache<K,V> |
Simple cache interface.
|
| CacheFactory |
Simple cache factory.
|
| CacheItem<V> |
Simple cache item.
|
| CachePolicyFactory |
Cache policy factory.
|
| Class | Description |
|---|---|
| CachePolicyCacheFactory |
Cache policy cache factory.
|
| ConcurrentHashMapCache<K,V> |
Simple map backed-up cache.
|
| ConcurrentLRUCachePolicyFactory |
Concurrent LRU cache policy factory.
|
| DefaultCacheFactory |
Default cache factory - legacy mock.
|
| EmptyCache<K,V> |
Empty cache.
|
| LRUCachePolicyFactory |
LRU cache policy factory.
|
| SynchronizedCachePolicyFactory |
Synchronized cache policy factory.
|
| TimedCachePolicyFactory |
Timed cache policy factory.
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.