Versions in this module Expand all Collapse all v0 v0.0.2 Oct 16, 2024 v0.0.1 Oct 13, 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