![JAR search and dependency download from the Maven repository](/logo.png)
org.infinispan.server.resp.commands.generic.PEXPIREAT Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of infinispan-server-resp Show documentation
Show all versions of infinispan-server-resp Show documentation
Infinispan Resp Protocol Server
package org.infinispan.server.resp.commands.generic;
/**
* PEXPIREAT Resp Command, like {@link EXPIREAT} Unix time expiration in milliseconds
*
* @link PEXPIREAT
* @since 15.0
*/
public class PEXPIREAT extends EXPIRE {
public PEXPIREAT() {
super(true, false);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy