缓存策略移除“容纳Key数量”选项

This commit is contained in:
刘祥超
2023-07-08 18:51:10 +08:00
parent 83f5166d76
commit 1c192050c7
4 changed files with 151 additions and 174 deletions

View File

@@ -51,7 +51,6 @@ message CreateHTTPCachePolicyRequest {
string name = 2;
string description = 3;
bytes capacityJSON = 4;
int64 maxKeys = 5;
bytes maxSizeJSON = 6;
string type = 7;
bytes optionsJSON = 8;
@@ -69,7 +68,6 @@ message UpdateHTTPCachePolicyRequest {
string name = 3;
string description = 4;
bytes capacityJSON = 5;
int64 maxKeys = 6;
bytes maxSizeJSON = 7;
string type = 8;
bytes optionsJSON = 9;