Interface | Description |
---|---|
InvalidationListener |
Used to receive invalidation events from an
IMap
For example, a client near-cache implementation can listen changes in IMap data and
can remove stale data in its own cache. |
NearCacheInvalidator |
Responsible for local and remote near-cache invalidation.
|
Class | Description |
---|---|
AbstractNearCacheInvalidator |
Contains common functionality of a
NearCacheInvalidator |
BatchInvalidator |
Sends invalidations to near-caches in batches.
|
BatchNearCacheInvalidation | |
CleaningNearCacheInvalidation |
Used when invalidating client near-caches.
|
Invalidation |
Root interface for near-cache invalidation data.
|
NearCacheImpl |
NearCache.
|
NearCacheProvider |
Provides near cache specific functionality.
|
NearCacheRecord |
Entry holder to be used in Client and Node side Near cache
|
NearCacheSizeEstimator |
Size estimator for near cache.
|
NonStopInvalidator |
Sends invalidations to near-caches immediately.
|
SingleNearCacheInvalidation |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.