Interface ClientCacheEntryExpiredEvent<K>
-
- Type Parameters:
K
- type of key expired.
- All Superinterfaces:
ClientEvent
public interface ClientCacheEntryExpiredEvent<K> extends ClientEvent
Client side cache entry expired events provide information on the expired key.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.infinispan.client.hotrod.event.ClientEvent
ClientEvent.Type
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description K
getKey()
Created cache entry's key.-
Methods inherited from interface org.infinispan.client.hotrod.event.ClientEvent
getType
-
-
-
-
Method Detail
-
getKey
K getKey()
Created cache entry's key.- Returns:
- an instance of the key with which a cache entry has been created in remote server.
-
-