|
Class Summary |
| ConcurrentHashMapCacheManager<K,V> |
Cache Manager for Java ConcurrentHashMap |
| ConcurrentMapCacheManager<K,V> |
Cache Manager for ConcurrentMap |
| ConcurrentSkipListMapCacheManager<K,V> |
Cache Manager for Java ConcurrentSkipListMap |
| EhCacheCacheManager<K,V> |
Cache Manager for ehcache |
| HashMapCacheManager<K,V> |
Cache Manager for HashMap |
| InfinispanCacheManager<K,V> |
An implements of a cache using Infinispan Cache. |
| JCSCacheManager<K,V> |
Cache Manager for Apache jcs |
| MapCacheManager<K,V> |
Cache Manager for Map |
| MemcachedAsynchronousCacheManager<V> |
An implements of an asynchronous cache using Memcached using the
Spy Client. |
| MemcachedSynchronousCacheManager<V> |
An implements of a synchronous cache using Memcached using the
Spy Client. |
| NonBlockingIdentityMapCacheManager<K,V> |
Cache Manager for Cliff Click's Scalable Non-Blocking HashMap
NonBlockingIdentityHashMap |
| NonBlockingLongMapCacheManager<Long,V> |
Cache Manager for Cliff Click's Scalable Non-Blocking HashMap
NonBlockingHashMapLong |
| NonBlockingMapCacheManager<K,V> |
Cache Manager for Cliff Click's Scalable Non-Blocking Collections
NonBlockingHashMap |
| TerracottaCacheManager<K,V> |
ICacheManager that allows access to ITerracottaCache |
| TerracottaDistributedCacheManager<K,V> |
ICacheManager that allows access to Terracotta DistributedCache |
| TreeMapCacheManager<K,V> |
Cache Manager for TreeMap |