Versions in this module Expand all Collapse all v0 v0.1.1 Oct 24, 2025 v0.1.0 Oct 24, 2025 Changes in this version + type Cache interface + GetSessionKey func() (string, error) + SetSessionKey func(sessionKey string) error + func New(appId string, redis types.RedisProvider) Cache