| Class | Description |
|---|---|
| CacheVersionAwareCacheLoader<K,V> |
Cache loader wrapper which will re-invoke original loader if cache version changes while entry loading was in
progress
|
| HazelcastAsyncHybridCache<K,V> | |
| HazelcastAsyncHybridCachedReference<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. |
| 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. |
| ManagedCacheSupport |
Common implementation of
ManagedCache methods for caches and cached references that are
backed by IMaps. |
| ManagedHybridCacheSupport |
Common implementation of
ManagedCache methods for hybrid caches and cached references. |
| OsgiSafeUtils |
Copyright © 2018 Atlassian. All rights reserved.