v1.0.0
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package other
|
||||
|
||||
import (
|
||||
"sun-panel/global"
|
||||
"sun-panel/lib/cache"
|
||||
"time"
|
||||
)
|
||||
|
||||
func InitVerifyCodeCachePool() cache.Cacher[string] {
|
||||
return global.NewCache[string](10*time.Minute, 10*time.Minute, "VerifyCodeCachePool")
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user