public interface InvalidationListener extends MapListener
IMap
For example, a client Near Cache implementation can listen changes in IMap data and
can remove stale data in its own cache.Modifier and Type | Method and Description |
---|---|
void |
onInvalidate(Invalidation event)
Called upon an invalidation.
|
void onInvalidate(Invalidation event)
event
- the received Invalidation
event.Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.