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

no.tornado.inject.CacheKeyGenerator Maven / Gradle / Ivy

There is a newer version: 1.0.5
Show newest version
package no.tornado.inject;

import java.lang.reflect.Method;

public interface CacheKeyGenerator {
    public String generate(String bean, Method method, Object[] args);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy