增加是否同步写入压缩缓存设置

This commit is contained in:
GoEdgeLab
2022-02-24 20:13:16 +08:00
parent ea112f04cc
commit 7a5cf71af4
3 changed files with 188 additions and 163 deletions

View File

@@ -54,6 +54,7 @@ message CreateHTTPCachePolicyRequest {
bytes maxSizeJSON = 6;
string type = 7;
bytes optionsJSON = 8;
bool syncCompressionCache = 9;
}
message CreateHTTPCachePolicyResponse {
@@ -71,6 +72,7 @@ message UpdateHTTPCachePolicyRequest {
bytes maxSizeJSON = 7;
string type = 8;
bytes optionsJSON = 9;
bool syncCompressionCache = 10;
}
// 删除缓存策略