mirror of
https://github.com/astaxie/beego.git
synced 2025-06-12 03:10:40 +00:00
fix when delete the commentsRouter.go
This commit is contained in:
2
cache/cache.go
vendored
2
cache/cache.go
vendored
@ -16,7 +16,7 @@ import (
|
||||
// Cache interface contains all behaviors for cache adapter.
|
||||
// usage:
|
||||
// cache.Register("file",cache.NewFileCache()) // this operation is run in init method of file.go.
|
||||
// c := cache.NewCache("file","{....}")
|
||||
// c,err := cache.NewCache("file","{....}")
|
||||
// c.Put("key",value,3600)
|
||||
// v := c.Get("key")
|
||||
//
|
||||
|
Reference in New Issue
Block a user