Class CacheConfig

    • Constructor Detail

      • CacheConfig

        public CacheConfig()
      • CacheConfig

        public CacheConfig​(CacheConfig source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getHeuristicCacheTimeSwitch

        public String getHeuristicCacheTimeSwitch()
        Get 启发式自定义时间缓存配置开关,取值有: on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        HeuristicCacheTimeSwitch 启发式自定义时间缓存配置开关,取值有: on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。
      • setHeuristicCacheTimeSwitch

        public void setHeuristicCacheTimeSwitch​(String HeuristicCacheTimeSwitch)
        Set 启发式自定义时间缓存配置开关,取值有: on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        HeuristicCacheTimeSwitch - 启发式自定义时间缓存配置开关,取值有: on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。
      • getHeuristicCacheTime

        public Long getHeuristicCacheTime()
        Get 单位 秒. 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        HeuristicCacheTime 单位 秒. 注意:此字段可能返回 null,表示取不到有效值。
      • setHeuristicCacheTime

        public void setHeuristicCacheTime​(Long HeuristicCacheTime)
        Set 单位 秒. 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        HeuristicCacheTime - 单位 秒. 注意:此字段可能返回 null,表示取不到有效值。