Versions in this module Expand all Collapse all v2 v2.4.2 Sep 7, 2025 v2.4.1 Sep 7, 2025 Changes in this version + type Cache interface + AddImage func(value string, image *entity.Image) + GetImage func(value string, extension extension.Type) (*entity.Image, error) + LoadImage func(value string, extension extension.Type) error + func New() Cache + func NewMutexDecorator(cache Cache) Cache