Package com.atlassian.cache.hazelcast
package com.atlassian.cache.hazelcast
-
ClassDescriptionCache loader wrapper which will re-invoke original loader if cache version changes while entry loading was in progressImplementation of
ManagedCacheandCachethat does not require the values to beSerializable.Implementation ofManagedCacheandCachedReferencethat can be used when the cached value does not implementSerializablebut reference invalidation must work cluster-wide.HazelcastCache<K,V> Hazelcast implementation of theCacheandManagedCacheinterfacesACachedReferenceimplementation to satisfy the requirements ofCacheFactory.Hazelcast implementation of theCacheManagercontractHazelcastHybridCache<K,V> Implementation ofManagedCacheandCachethat can be used when the cached values do not implementSerializablebut cache invalidation must work cluster-wide.Implementation ofManagedCacheandCachedReferencethat can be used when the cached value does not implementSerializablebut reference invalidation must work cluster-wide.Provides methods for generating the names for various Hazelcast objects used byHazelcastCacheManager.An implementation ofHazelcastNameFactorywhich applies the legacy prefixes to the Hazelcast objects.Common implementation ofManagedCachemethods for caches and cached references that are backed byIMaps.Common implementation ofManagedCachemethods for hybrid caches and cached references.