Uses of Class
icu.easyj.web.cache304.config.Cache304Config
Packages that use Cache304Config
Package
Description
-
Uses of Cache304Config in icu.easyj.web.cache304
Methods in icu.easyj.web.cache304 with parameters of type Cache304ConfigModifier and TypeMethodDescriptionstatic voidCache304Utils.doCache(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, Cache304Config config, Runnable runnable) static ObjectCache304Utils.doCache(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, Cache304Config config, Supplier<Object> callback) 执行Cache304 -
Uses of Cache304Config in icu.easyj.web.cache304.annotation
Methods in icu.easyj.web.cache304.annotation that return Cache304Config -
Uses of Cache304Config in icu.easyj.web.cache304.config
Methods in icu.easyj.web.cache304.config that return Cache304ConfigModifier and TypeMethodDescriptiondefault Cache304ConfigICache304ConfigManager.getConfig(jakarta.servlet.http.HttpServletRequest request) 获取Cache304配置获取配置Methods in icu.easyj.web.cache304.config with parameters of type Cache304ConfigModifier and TypeMethodDescriptionvoidDefaultCache304ConfigManagerImpl.putConfig(String path, Cache304Config config) default voidICache304ConfigManager.putConfig(jakarta.servlet.http.HttpServletRequest request, Cache304Config config) 添加配置voidICache304ConfigManager.putConfig(String path, Cache304Config config) 添加配置Method parameters in icu.easyj.web.cache304.config with type arguments of type Cache304ConfigModifier and TypeMethodDescriptiondefault voidICache304ConfigManager.putConfig(Map<String, Cache304Config> configMap) 批量添加配置Constructor parameters in icu.easyj.web.cache304.config with type arguments of type Cache304ConfigModifierConstructorDescriptionDefaultCache304ConfigManagerImpl(Map<String, Cache304Config> cache304ConfigMap) 带参构造函数