Versions in this module Expand all Collapse all v0 v0.2.0 Jun 11, 2026 v0.1.0 Jun 10, 2026 Changes in this version + var ErrCannotReadFile = errors.New("cannot read file") + var ErrImageNotFound = errors.New("image not found") + 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