缓存策略里的默认缓存条件增加、修改或者删除后自动保存

This commit is contained in:
刘祥超
2021-08-29 09:40:21 +08:00
parent 062b9baeab
commit 9549424835
5 changed files with 56 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ func init() {
Post("/testWrite", new(TestWriteAction)).
Get("/selectPopup", new(SelectPopupAction)).
Post("/count", new(CountAction)).
Post("/updateRefs", new(UpdateRefsAction)).
EndAll()
})
}