v1.0.0
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package systemSettingCache
|
||||
|
||||
import (
|
||||
"sun-panel/global"
|
||||
"sun-panel/lib/cmn/systemSetting"
|
||||
"time"
|
||||
)
|
||||
|
||||
func InItSystemSettingCache() *systemSetting.SystemSettingCache {
|
||||
return &systemSetting.SystemSettingCache{
|
||||
Cache: global.NewCache[interface{}](5*time.Hour, -1, "systemSettingCache"),
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user