Package javax.cache
Interface CacheInvalidationRequestSender
-
- All Known Implementing Classes:
ClusterCacheInvalidationRequestSender
public interface CacheInvalidationRequestSenderInvoked if Cache Entry got Removed From local Cache and need to remove from other nodes
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsend(CacheEntryInfo cacheEntryInfo)Called when CacheInvalidationMessage to Send into other nodes.
-
-
-
Method Detail
-
send
void send(CacheEntryInfo cacheEntryInfo)
Called when CacheInvalidationMessage to Send into other nodes.- Parameters:
cacheEntryInfo-CacheEntryInfoobject
-
-