类 CacheConfiguration
java.lang.Object
com.iplatform.core.PlatformConfiguration
com.iplatform.base.config.CacheConfiguration
- 直接已知子类:
LocalCacheConfig,RedisCacheConfig
平台缓存配置基础。
- 作者:
- 时克英
-
字段概要
从类继承的字段 com.iplatform.core.PlatformConfiguration
logger -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明添加缓存参数配置,追加了机构用户缓存参数dictCacheProvider(CodeServiceImpl codeService) 数据字典缓存配置,直接内存缓存,在集群环境下无法实现动态编辑(如果编辑需要实现Redis方式)。formCacheProvider(ConfigFormServiceImpl configFormService) 系统自定义表单缓存配置。menuCacheProvider(MenuServiceImpl menuService)
-
构造器详细资料
-
CacheConfiguration
public CacheConfiguration()
-
-
方法详细资料
-
cacheProperties
添加缓存参数配置,追加了机构用户缓存参数- 返回:
-
formCacheProvider
系统自定义表单缓存配置。- 参数:
configFormService-- 返回:
-
dictCacheProvider
数据字典缓存配置,直接内存缓存,在集群环境下无法实现动态编辑(如果编辑需要实现Redis方式)。- 参数:
codeService-- 返回:
-