protected class AdminConfigurationMgr.StaticData
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.util.HashMap<java.lang.String,KKConfiguration> |
configCache
The configuration cache - keyed on configuration key
|
private long |
lastRefreshed
Records the timestamp of the last refresh of the cache
|
Modifier | Constructor and Description |
---|---|
protected |
StaticData() |
Modifier and Type | Method and Description |
---|---|
void |
clearConfigCache()
Clear the configCache
|
java.util.HashMap<java.lang.String,KKConfiguration> |
getConfigCache() |
long |
getLastRefreshed() |
void |
setConfigCache(java.util.HashMap<java.lang.String,KKConfiguration> configCache) |
void |
setLastRefreshed(long lastRefreshed) |
private long lastRefreshed
private java.util.HashMap<java.lang.String,KKConfiguration> configCache
public java.util.HashMap<java.lang.String,KKConfiguration> getConfigCache()
public void setConfigCache(java.util.HashMap<java.lang.String,KKConfiguration> configCache)
configCache
- the configCache to setpublic void clearConfigCache()
public long getLastRefreshed()
public void setLastRefreshed(long lastRefreshed)
lastRefreshed
- the lastRefreshed to setCopyright © 2018 DS Data Systems UK Ltd.