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

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

There is a newer version: 0.26
Show 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 - 2024 Weber Informatics LLC | Privacy Policy