Versions in this module Expand all Collapse all v1 v1.3.14 May 13, 2026 Changes in this version + type ConfiguredObjectCache = ObjectCache[*pb.ConfiguredKubernetesObjectData] + func NewConfiguredObjectCache() *ConfiguredObjectCache + type ObjectCache struct + func NewObjectCache[T any]() *ObjectCache[T] + func (c *ObjectCache[T]) Delete(id string) + func (c *ObjectCache[T]) Get(id string) T + func (c *ObjectCache[T]) Insert(id string, obj T) + func (c *ObjectCache[T]) IsReady() <-chan struct{} + func (c *ObjectCache[T]) Len() int + func (c *ObjectCache[T]) ReplaceAll(objects map[string]T) + func (c *ObjectCache[T]) Values() []T