Skip to content
This repository was archived by the owner on Sep 7, 2021. It is now read-only.
This repository is currently being migrated. It's locked while the migration is in progress.

Commit fd49db5

Browse files
committed
update chinese readme
1 parent b07c406 commit fd49db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ res, err := engine.Transaction(func(sess *xorm.Session) (interface{}, error) {
383383
})
384384
```
385385

386-
* Context Cache, if enabled, current query result will be cached on session and be used by next same statement on the same session.
386+
* 上下文缓存,如果启用,那么针对单个对象的查询将会被缓存到系统中,可以被下一个查询使用。
387387

388388
```Go
389389
sess := engine.NewSession()

0 commit comments

Comments
 (0)