![JAR search and dependency download from the Maven repository](/logo.png)
com.github.bootfastconfig.cache.caffeine.CaffeineCacheConfigGather Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of boot-fast-config-cache Show documentation
Show all versions of boot-fast-config-cache Show documentation
Parent pom providing dependency and plugin management for applications
built with Maven
The newest version!
package com.github.bootfastconfig.cache.caffeine;
import com.github.benmanes.caffeine.cache.Caffeine;
public interface CaffeineCacheConfigGather {
/**
* Add caffeine cache config.
*
* @param caffeineCacheConfig the caffeine cache config
*/
default void addCaffeineCacheConfig(CaffeineCacheConfig caffeineCacheConfig) {
}
/**
* Get caffeine builder caffeine builder.
*
* @return the caffeine builder
*/
default Caffeine
© 2015 - 2025 Weber Informatics LLC | Privacy Policy