Versions in this module Expand all Collapse all v4 v4.1.8 Oct 4, 2024 Changes in this version + type Marshaler struct + func New(cache cache.CacheInterface[any]) *Marshaler + func (c *Marshaler) Clear(ctx context.Context) error + func (c *Marshaler) Delete(ctx context.Context, key any) error + func (c *Marshaler) Get(ctx context.Context, key any, returnObj any) (any, error) + func (c *Marshaler) Invalidate(ctx context.Context, options ...store.InvalidateOption) error + func (c *Marshaler) Set(ctx context.Context, key, object any, options ...store.Option) error