mirror of
https://github.com/astaxie/beego.git
synced 2025-06-12 00:20:39 +00:00
orm add ResetModelCache api for test case
This commit is contained in:
@ -98,3 +98,9 @@ func (mc *_modelCache) clean() {
|
||||
mc.cacheByFN = make(map[string]*modelInfo)
|
||||
mc.done = false
|
||||
}
|
||||
|
||||
// Clean model cache. Then you can re-RegisterModel.
|
||||
// Common use this api for test case.
|
||||
func ResetModelCache() {
|
||||
modelCache.clean()
|
||||
}
|
||||
|
Reference in New Issue
Block a user