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