Versions in this module Expand all Collapse all v1 v1.0.0 Mar 6, 2026 Changes in this version + type Invalidator struct + func NewInvalidator(redisClient *redis.Client, scip SCIPEvictor, symbols SymbolsInvalidator, ...) *Invalidator + func (inv *Invalidator) Start(ctx context.Context) + type SCIPEvictor interface + EvictCache func(repoID int64) + type SymbolsInvalidator interface + InvalidateRepo func(ctx context.Context, repoID int64) error