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

This commit is contained in:
GoEdgeLab
2023-07-08 18:51:10 +08:00
parent 2daf5b0ef6
commit fd3c79d8b8
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;