com.biz.cache.redis.loader.BizRedisCacheLoader Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of biz-all Show documentation
Show all versions of biz-all Show documentation
BizX 是一个灵活而高效的业务开发框架, 其中也有很多为业务开发所需要的工具类的提供。
The newest version!
package com.biz.cache.redis.loader;
import com.biz.cache.redis.cache.BizRedisCacheEntity;
import java.util.List;
/**
* Biz Redis Cache 缓存实体加载器
*
* @author francis
* @since 1.0.1
**/
public interface BizRedisCacheLoader {
/**
* 获取加载到的 BizCaffeineCache 实体
*
* @return
*/
List getCaches();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy