1
0
mirror of https://github.com/astaxie/beego.git synced 2025-07-10 14:41:03 +00:00
This commit is contained in:
youngsterxyf
2016-01-08 13:47:14 +08:00
parent db2918b0aa
commit bb43d3a78c
9 changed files with 42 additions and 40 deletions

2
cache/README.md vendored
View File

@ -26,7 +26,7 @@ Then init a Cache (example with memory adapter)
Use it like this:
bm.Put("astaxie", 1, 10)
bm.Put("astaxie", 1, time.Second * 10)
bm.Get("astaxie")
bm.IsExist("astaxie")
bm.Delete("astaxie")