
com.github.anonymousmister.bootfastconfig.cache.CacheBeanNameConstant Maven / Gradle / Ivy
package com.github.anonymousmister.bootfastconfig.cache;
/**
* @author mister
*/
public interface CacheBeanNameConstant {
String REDIS_CACHE_MANAGER = "redisCacheManager";
String CAFFEINE_CACHE_MANAGER = "caffeineCacheManager";
String L2_CACHE_MANAGER = "L2_CACHE_MANAGER";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy