All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.infinispan.server.resp.commands.generic.PTTL Maven / Gradle / Ivy

There is a newer version: 15.1.4.Final
Show newest version
package org.infinispan.server.resp.commands.generic;

/**
 * PTTL Resp Command
 * pttl
 * @since 15.0
 */
public class PTTL extends TTL {

   public PTTL() {
      super(false, true);
   }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy