查询缓存失效 #1659

Open
opened 2020-04-21 14:13:01 +00:00 by iwannay · 0 comments

在旧版本设置
cacher := caches.NewLRUCacher(caches.NewMemoryStore(), 1000)
engine.SetDefaultCacher(cacher)
可以正确命中内存缓存。

v1.0.1中测试查询缓存无法命中

在旧版本设置 cacher := caches.NewLRUCacher(caches.NewMemoryStore(), 1000) engine.SetDefaultCacher(cacher) 可以正确命中内存缓存。 v1.0.1中测试查询缓存无法命中
lunny added the
need
test
label 2020-04-21 14:35:34 +00:00
iwannay reopened this issue 2020-05-14 09:06:00 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: xorm/xorm#1659
No description provided.