Versions in this module Expand all Collapse all v0 v0.4.0 Jan 7, 2025 Changes in this version + type IdentityCache struct + func NewIdentityCache(backed IdentityCacheBackendFunc, size int, auditInfo []byte) *IdentityCache + func (c *IdentityCache) Identity(auditInfo []byte) (driver.Identity, []byte, error) + type IdentityCacheBackendFunc func(auditInfo []byte) (driver.Identity, []byte, error)