| Package | Description |
|---|---|
| icu.easyj.web.cache304 | |
| icu.easyj.web.cache304.annotation | |
| icu.easyj.web.cache304.config |
| Modifier and Type | Method and Description |
|---|---|
static void |
Cache304Utils.doCache(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Cache304Config config,
Runnable runnable) |
static Object |
Cache304Utils.doCache(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Cache304Config config,
Supplier<Object> callback)
执行Cache304
|
| Modifier and Type | Method and Description |
|---|---|
static Cache304Config |
Cache304AnnotationParser.parse(Cache304 annotation)
解析
Cache304注解 |
| Modifier and Type | Method and Description |
|---|---|
default Cache304Config |
ICache304ConfigManager.getConfig(javax.servlet.http.HttpServletRequest request)
获取Cache304配置
|
Cache304Config |
ICache304ConfigManager.getConfig(String path)
获取配置
|
Cache304Config |
DefaultCache304ConfigManagerImpl.getConfig(String path) |
| Modifier and Type | Method and Description |
|---|---|
default void |
ICache304ConfigManager.putConfig(javax.servlet.http.HttpServletRequest request,
Cache304Config config)
添加配置
|
void |
ICache304ConfigManager.putConfig(String path,
Cache304Config config)
添加配置
|
void |
DefaultCache304ConfigManagerImpl.putConfig(String path,
Cache304Config config) |
| Modifier and Type | Method and Description |
|---|---|
default void |
ICache304ConfigManager.putConfig(Map<String,Cache304Config> configMap)
批量添加配置
|
| Constructor and Description |
|---|
DefaultCache304ConfigManagerImpl(Map<String,Cache304Config> cache304ConfigMap)
带参构造函数
|
Copyright © 2021–2023 EasyJ开源社区. All rights reserved.