Interface ClientCacheEntryExpiredEvent<K>

Type Parameters:
K - type of key expired.
All Superinterfaces:
ClientEvent
All Known Implementing Classes:
ExpiredEventImpl

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

    Modifier and Type
    Method
    Description
    Created cache entry's key.

    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.