Versions in this module Expand all Collapse all v0 v0.6.0 Jul 29, 2025 Changes in this version + const KeyEntityConfiguration + const KeyEntityStatement + const KeyOPMetadata + const KeySubordinateListing + const KeyTrustChainResolvedMetadata + const KeyTrustTree + const KeyTrustTreeChains + func EntityStmtCacheKey(subID, issID string) string + func Get(key string, target any) (bool, error) + func Key(subsystem, subkey string) string + func Set(key string, value any, duration time.Duration) error + func SetCache(cache Cache) + func UseRedisCache(options *redis.Options) error + type Cache interface + Get func(key string, target any) (bool, error) + Set func(key string, value any, expiration time.Duration) error