com.biz.cache.enums.CacheEntityClassEnum 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.enums;
import lombok.Getter;
/**
* 缓存实体类型枚举
*
* @author francis
* @since 1.0.1
**/
@Getter
public enum CacheEntityClassEnum {
/**
* Biz 缓存实体
*/
BIZ_CACHE,
/**
* Caffeine 缓存实体
*/
CAFFEINE_CACHE;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy