Class: TencentCloud::Ecdn::V20191012::CacheKey

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20191012/models.rb

Overview

缓存相关配置。

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(fullurlcache = nil) ⇒ CacheKey

Returns a new instance of CacheKey.



109
110
111
# File 'lib/v20191012/models.rb', line 109

def initialize(fullurlcache=nil)
  @FullUrlCache = fullurlcache
end

Instance Attribute Details

#FullUrlCacheObject

Parameters:

  • FullUrlCache:

    是否开启全路径缓存,on或off。



107
108
109
# File 'lib/v20191012/models.rb', line 107

def FullUrlCache
  @FullUrlCache
end

Instance Method Details

#deserialize(params) ⇒ Object



113
114
115
# File 'lib/v20191012/models.rb', line 113

def deserialize(params)
  @FullUrlCache = params['FullUrlCache']
end