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

This commit is contained in:
刘祥超
2022-02-24 20:13:16 +08:00
parent 08b9db2f96
commit 6be39294d0
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;
}
// 删除缓存策略