com.github.bootfastconfig.cache.CacheBeanNameConstant 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;
/**
* @author mister
*/
public interface CacheBeanNameConstant {
String REDIS_CACHE_MANAGER = "redisCacheManager";
String CAFFEINE_CACHE_MANAGER = "caffeineCacheManager";
String L2_CACHE_MANAGER = "L2_CACHE_MANAGER";
}