Interface ClientCacheEntryExpiredEvent<K>
- Type Parameters:
K
- type of key expired.
- All Superinterfaces:
ClientEvent
- All Known Implementing Classes:
ExpiredEventImpl
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
Methods inherited from interface org.infinispan.client.hotrod.event.ClientEvent
getType
-
Method Details
-
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.
-