| Class | Description |
|---|---|
| CacheVersionAwareCacheLoader<K,V> |
Cache loader wrapper which will re-invoke original loader if cache version changes while entry loading was in
progress
|
| 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> | |
| 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. |
| OsgiSafeUtils |
Copyright © 2016 Atlassian. All rights reserved.