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

name.remal.gradle_plugins.toolkit.cache.ToolkitCacheLoader Maven / Gradle / Ivy

There is a newer version: 0.69.7
Show newest version
package name.remal.gradle_plugins.toolkit.cache;

@FunctionalInterface
public interface ToolkitCacheLoader {

    Value load(Key key) throws Throwable;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy