Files
PandaX/pkg/cache/panel.go
2023-10-17 14:39:01 +08:00

9 lines
147 B
Go

package cache
import (
"github.com/PandaXGO/PandaKit/cache"
"time"
)
var PanelCache = cache.NewTimedCache(cache.NoExpiration, 600*time.Second)