Files
openbilibili/app/admin/main/up/service/cache/cache.go

10 lines
116 B
Go
Raw Normal View History

2019-04-22 20:46:32 +08:00
package cache
import "time"
//LoadCache load cache
func LoadCache() {
var now = time.Now()
RefreshUpType(now)
}