All Classes and Interfaces

Class
Description
Cache loader wrapper which will re-invoke original loader if cache version changes while entry loading was in progress
Implementation of ManagedCache and Cache that does not require the values to be Serializable.
Implementation of ManagedCache and CachedReference that can be used when the cached value does not implement Serializable but reference invalidation must work cluster-wide.
Hazelcast implementation of the Cache and ManagedCache interfaces
A CachedReference implementation to satisfy the requirements of CacheFactory.
Hazelcast implementation of the CacheManager contract
Implementation of ManagedCache and Cache that can be used when the cached values do not implement Serializable but cache invalidation must work cluster-wide.
Implementation of ManagedCache and CachedReference that can be used when the cached value does not implement Serializable but reference invalidation must work cluster-wide.
Provides methods for generating the names for various Hazelcast objects used by HazelcastCacheManager.
An implementation of HazelcastNameFactory which applies the legacy prefixes to the Hazelcast objects.
Common implementation of ManagedCache methods for caches and cached references that are backed by IMaps.
Common implementation of ManagedCache methods for hybrid caches and cached references.