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

com.github.bootfastconfig.cache.CacheBuilder Maven / Gradle / Ivy

Go to download

Parent pom providing dependency and plugin management for applications built with Maven

The newest version!
package com.github.bootfastconfig.cache;

import java.util.function.Supplier;

/**
 * @author mister
 */
public interface CacheBuilder extends Supplier {


    public String getName();


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy