Versions in this module Expand all Collapse all v1 v1.4.0 Nov 24, 2025 v1.3.0 Nov 4, 2025 Changes in this version + type Config struct + Cache httpcache.Cache + Passphrase string + type SecureCache struct + func New(config Config) (*SecureCache, error) + func (sc *SecureCache) Delete(key string) + func (sc *SecureCache) Get(key string) ([]byte, bool) + func (sc *SecureCache) IsEncrypted() bool + func (sc *SecureCache) Set(key string, data []byte)