mirror of
https://github.com/astaxie/beego.git
synced 2025-07-10 12:00:19 +00:00
fix #1530
This commit is contained in:
2
cache/README.md
vendored
2
cache/README.md
vendored
@ -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")
|
||||
|
Reference in New Issue
Block a user