mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-23 02:48:34 +08:00
9 lines
147 B
Go
9 lines
147 B
Go
package cache
|
|
|
|
import (
|
|
"github.com/PandaXGO/PandaKit/cache"
|
|
"time"
|
|
)
|
|
|
|
var PanelCache = cache.NewTimedCache(cache.NoExpiration, 600*time.Second)
|