mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-26 04:06:35 +08:00
缓存策略移除“容纳Key数量”选项
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user