public abstract class ConfigurationCache<C,T> extends Object
| Constructor and Description |
|---|
ConfigurationCache(C conf) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
protected abstract T |
find(C conf,
String key) |
T |
get(String key) |
int |
getStaleTimeout() |
void |
setStaleTimeout(int staleTimeout) |
public ConfigurationCache(C conf)
Copyright © 2021. All rights reserved.