Package org.apache.dubbo.common.config
Class ConfigurationCache
java.lang.Object
org.apache.dubbo.common.config.ConfigurationCache
Properties Cache of Configuration
ConfigurationUtils.getCachedDynamicProperty(ScopeModel, String, String)-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ConfigurationCache
public ConfigurationCache()
-
-
Method Details
-
computeIfAbsent
Get Cached Value- Parameters:
key- keyfunction- function to produce value, should not return `null`- Returns:
- value
-