| Class | Description |
|---|---|
| HazelcastCache<K,V> |
Hazelcast implementation of the
Cache and ManagedCache interfaces |
| HazelcastCachedReference<V> |
A
CachedReference implementation to satisfy the requirements of CacheFactory. |
| HazelcastCacheManager |
Hazelcast implementation of the
CacheManager contract |
| HazelcastHybridCache<K,V> |
Implementation of
ManagedCache and Cache that can be used when the cached values do not implement
Serializable but cache invalidation must work cluster-wide. |
| HazelcastHybridCachedReference<V> |
Implementation of
ManagedCache and CachedReference that can be used when the
cached value does not implement Serializable but reference invalidation must work cluster-wide. |
| HazelcastMapConfigConfigurator |
Performs the (re)configuration of Hazelcast
MapConfig objects. |
| ManagedCacheSupport |
Hazelcast implementation of common
ManagedCache contract |
| ManagedHybridCacheSupport |
Common implementation of
ManagedCache methods for hybrid caches and cached references. |
Copyright © 2014 Atlassian. All Rights Reserved.