Class ConfigurationCache

java.lang.Object
org.apache.dubbo.common.config.ConfigurationCache

public class ConfigurationCache extends Object
  • Constructor Details

    • ConfigurationCache

      public ConfigurationCache()
  • Method Details

    • computeIfAbsent

      public String computeIfAbsent(String key, Function<String,String> function)
      Get Cached Value
      Parameters:
      key - key
      function - function to produce value, should not return `null`
      Returns:
      value