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

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

package tech.rsqn.cacheservice.support;


public interface ParameterKeyGenerator {
    public abstract boolean supportsClass(Class c);

    public abstract String generateParamKey(T param);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy