Versions in this module Expand all Collapse all v0 v0.1.0 Feb 18, 2026 Changes in this version + const SchemaTTL + func ShouldInvalidate(err error) bool + type Cache struct + func Open() (*Cache, error) + func (c *Cache) Close() error + func (c *Cache) GetSchema(databaseID string) (*types.Database, error) + func (c *Cache) InvalidateAll() error + func (c *Cache) InvalidateSchema(databaseID string) error + func (c *Cache) IsExpired(databaseID string) bool + func (c *Cache) SetSchema(databaseID string, db *types.Database) error