gatus/security/sessions.go

6 lines
165 B
Go
Raw Permalink Normal View History

2022-01-01 02:07:19 +01:00
package security
import "github.com/TwiN/gocache/v2"
var sessions = gocache.NewCache().WithEvictionPolicy(gocache.LeastRecentlyUsed) // TODO: Move this to storage