启用 EdgeCache
- 要启用 EdgeCache,请设置以下 HTTP 响应标头( 不要偏离此确切格式 ):
Cache-Control
标题到public, max-age=X
其中:X = the number of seconds that you want the response to be cached for
X > 60 seconds
X < 365*24*60*60
- 将
Pragma
标头设置为Public
。
Cache-Control
标题到 public, max-age=X
其中:
X = the number of seconds that you want the response to be cached for
X > 60 seconds
X < 365*24*60*60
Pragma
标头设置为 Public
。