Versions in this module Expand all Collapse all v1 v1.2.0 Mar 17, 2026 Changes in this version + func NewForgeCache(backend types.GitForge, logger *slog.Logger) types.GitForgeCacher + type Cache struct + func (c *Cache) FetchGroupContent(ctx context.Context, source types.RepositoryGroupSource) (types.RepositoryGroupContent, error) + func (c *Cache) FetchRootGroupContent(ctx context.Context) (map[string]types.RepositoryGroupSource, error) + func (c *Cache) InvalidateCache(source types.RepositoryGroupSource) + type CachedContent struct + GetContent func() (types.RepositoryGroupContent, error)