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.
    • 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.