mirror of
https://github.com/astaxie/beego.git
synced 2025-06-30 08:20:17 +00:00
fix #576
This commit is contained in:
admin.go
cache/memcache
config
controller.gologs
memzipfile.goorm
reload.gorouter.gosession
toolbox
1
cache/memcache/memcache.go
vendored
1
cache/memcache/memcache.go
vendored
@ -105,7 +105,6 @@ func (rc *MemcacheCache) IsExist(key string) bool {
|
||||
} else {
|
||||
return true
|
||||
}
|
||||
return true
|
||||
}
|
||||
|
||||
// clear all cached in memcache.
|
||||
|
Reference in New Issue
Block a user