name.remal.gradle_plugins.toolkit.cache.ToolkitCacheLoader Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of toolkit Show documentation
Show all versions of toolkit Show documentation
toolkit: toolkit: toolkit
package name.remal.gradle_plugins.toolkit.cache;
@FunctionalInterface
public interface ToolkitCacheLoader {
Value load(Key key) throws Throwable;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy