Versions in this module Expand all Collapse all v0 v0.1.2 Oct 16, 2025 v0.1.0 Oct 16, 2025 Changes in this version + type StoryRunCache struct + func NewStoryRunCache() *StoryRunCache + func (c *StoryRunCache) AddOrUpdate(srun *runsv1alpha1.StoryRun) + func (c *StoryRunCache) Delete(name types.NamespacedName) + func (c *StoryRunCache) Get(name types.NamespacedName) (*runsv1alpha1.StoryRun, bool)