Versions in this module Expand all Collapse all v0 v0.2.0 Aug 25, 2026 Changes in this version + func HashFederatedQueryShape(q *model.FederatedAttributeQuery) (string, error) + func HashScopeParts(parts ...string) string + type Cache struct + func NewCache(capacity int) *Cache + func (c *Cache) GetOrBuild(key Key, build func() (any, error)) (any, bool, error) + func (c *Cache) Reset() + func (c *Cache) Stats() (hits, misses int64) + type Key struct + Kind string + SchemaID int16 + SchemaVersion string + ScopeHash string + ShapeHash string