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

This commit is contained in:
GoEdgeLab
2023-07-08 18:50:29 +08:00
parent 66fd7f3a86
commit 276f28a33b
5 changed files with 0 additions and 26 deletions

View File

@@ -36,7 +36,6 @@ func (this *CreatePopupAction) RunPost(params struct {
CapacityJSON []byte
MaxSizeJSON []byte
MaxKeys int64
SyncCompressionCache bool
Description string
@@ -97,7 +96,6 @@ func (this *CreatePopupAction) RunPost(params struct {
Name: params.Name,
Description: params.Description,
CapacityJSON: params.CapacityJSON,
MaxKeys: params.MaxKeys,
MaxSizeJSON: params.MaxSizeJSON,
Type: params.Type,
OptionsJSON: optionsJSON,

View File

@@ -60,7 +60,6 @@ func (this *UpdateAction) RunPost(params struct {
CapacityJSON []byte
MaxSizeJSON []byte
MaxKeys int64
SyncCompressionCache bool
Description string
@@ -143,7 +142,6 @@ func (this *UpdateAction) RunPost(params struct {
Name: params.Name,
Description: params.Description,
CapacityJSON: params.CapacityJSON,
MaxKeys: params.MaxKeys,
MaxSizeJSON: params.MaxSizeJSON,
Type: params.Type,
OptionsJSON: optionsJSON,