com.github.bootfastconfig.cache.caffeine.CaffeineCacheConfig 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;
import com.github.bootfastconfig.cache.CacheBuilder;
import com.github.bootfastconfig.cache.CacheConfig;
import org.springframework.cache.caffeine.CaffeineCache;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import java.util.concurrent.TimeUnit;
import java.util.function.Consumer;
public class CaffeineCacheConfig implements CacheConfig> {
private final List> caffeineCacheList;
private Caffeine