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

tech.rsqn.cacheservice.support.CacheEntryValue Maven / Gradle / Ivy

package tech.rsqn.cacheservice.support;

public interface CacheEntryValue {

     T getValue();


     void setValue(T value);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy