类 ConfigurationCache

    • 构造器详细资料

      • ConfigurationCache

        public ConfigurationCache()
    • 方法详细资料

      • computeIfAbsent

        public String computeIfAbsent​(String key,
                                      Function<String,​String> function)
        Get Cached Value
        参数:
        key - key
        function - function to produce value, should not return `null`
        返回:
        value