From fd49db598f00c3d2af461a85f55f4d00e0ae213b Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Wed, 5 Dec 2018 16:24:22 +0800 Subject: [PATCH] update chinese readme --- README_CN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_CN.md b/README_CN.md index baf14b85..07650f48 100644 --- a/README_CN.md +++ b/README_CN.md @@ -383,7 +383,7 @@ res, err := engine.Transaction(func(sess *xorm.Session) (interface{}, error) { }) ``` -* Context Cache, if enabled, current query result will be cached on session and be used by next same statement on the same session. +* 上下文缓存,如果启用,那么针对单个对象的查询将会被缓存到系统中,可以被下一个查询使用。 ```Go sess := engine.NewSession()