![JAR search and dependency download from the Maven repository](/logo.png)
org.infinispan.hotrod.event.ClientCacheEntryExpiredEvent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of infinispan-hotrod-jakarta Show documentation
Show all versions of infinispan-hotrod-jakarta Show documentation
Infinispan Hot Rod Client Jakarta EE
package org.infinispan.hotrod.event;
/**
* Client side cache entry expired events provide information on the expired key.
*
* @param type of key expired.
*/
public interface ClientCacheEntryExpiredEvent extends ClientEvent {
/**
* Created cache entry's key.
* @return an instance of the key with which a cache entry has been
* created in remote server.
*/
K getKey();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy