Class CacheKey

    • Constructor Detail

      • CacheKey

        public CacheKey()
      • CacheKey

        public CacheKey​(CacheKey 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

      • getFullUrlCache

        public String getFullUrlCache()
        Get 是否开启全路径缓存,on或off。
        Returns:
        FullUrlCache 是否开启全路径缓存,on或off。
      • setFullUrlCache

        public void setFullUrlCache​(String FullUrlCache)
        Set 是否开启全路径缓存,on或off。
        Parameters:
        FullUrlCache - 是否开启全路径缓存,on或off。