public class InMemoryConfigCache extends ConfigCache
LOGGER| Constructor and Description |
|---|
InMemoryConfigCache() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
read()
Child classes has to implement this method, the
ConfigCatClient
uses it to get the actual value from the cache. |
protected void |
write(java.lang.String value)
* Child classes has to implement this method, the
ConfigCatClient
uses it to set the actual cached value. |
get, inMemoryValue, setprotected java.lang.String read()
ConfigCacheConfigCatClient
uses it to get the actual value from the cache.read in class ConfigCacheprotected void write(java.lang.String value)
ConfigCacheConfigCatClient
uses it to set the actual cached value.write in class ConfigCachevalue - the new value to cache.