docs improved

This commit is contained in:
Lunny Xiao 2013-09-29 16:48:33 +08:00
parent 9e38ddfa99
commit da3aed3670
1 changed files with 1 additions and 1 deletions

View File

@ -470,7 +470,7 @@ engine.ClearCache(new(User))
缓存的实现原理如下图所示:
![cache design](https://github.com/lunny/xorm/tree/master/docs/cache_design.png)
![cache design](https://raw.github.com/lunny/xorm/master/docs/cache_design.png)
## 12.Examples