@LoadLevel(name="memory-cache", order=100) public class DefaultCache304ConfigManagerImpl extends Object implements ICache304ConfigManager
| Constructor and Description |
|---|
DefaultCache304ConfigManagerImpl()
默认构造函数
|
DefaultCache304ConfigManagerImpl(Map<String,Cache304Config> cache304ConfigMap)
带参构造函数
|
| Modifier and Type | Method and Description |
|---|---|
Cache304Config |
getConfig(String path)
获取配置
|
void |
putConfig(String path,
Cache304Config config)
添加配置
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConfig, putConfig, putConfigpublic DefaultCache304ConfigManagerImpl()
public DefaultCache304ConfigManagerImpl(Map<String,Cache304Config> cache304ConfigMap)
cache304ConfigMap - 保存配置的mappublic void putConfig(String path, Cache304Config config)
ICache304ConfigManagerputConfig in interface ICache304ConfigManagerpath - 请求路径config - 缓存配置public Cache304Config getConfig(String path)
ICache304ConfigManagergetConfig in interface ICache304ConfigManagerpath - 请求路径Copyright © 2021–2023 EasyJ开源社区. All rights reserved.