gatus/security/sessions.go
2025-04-04 19:06:29 -07:00

6 lines
165 B
Go

package security
import "github.com/TwiN/gocache/v2"
var sessions = gocache.NewCache().WithEvictionPolicy(gocache.LeastRecentlyUsed) // TODO: Move this to storage