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

io.hyperfoil.hotrod.api.HotRodOperation Maven / Gradle / Ivy

The newest version!
package io.hyperfoil.hotrod.api;

public enum HotRodOperation {
   /**
    * Adds or overrides each specified entry in the remote cache.
    */
   PUT,
   /**
    * Get specified entry in the remote cache.
    */
   GET
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy