Versions in this module Expand all Collapse all v6 v6.1.0 Mar 5, 2024 Changes in this version + func DelValue[T any](ctx *web.Context) error + func GetValue[T any](ctx *web.Context) (*T, error) + func New[T any](store Store[T], lifetime int, name, path, domain string, secure, httpOnly bool) web.Middleware + func SetValue[T any](ctx *web.Context, val *T) error + type Store interface + Delete func(id string) error + Get func(id string) (*T, error) + Set func(id string, v *T) error + func NewCacheStore[T any](c web.Cache, ttl time.Duration) Store[T] v6.0.0-beta.19 Oct 15, 2023