Documentation ¶ Index ¶ type Store func NewStore(cache contracts.Cache) *Store func (store *Store) Delete(id string) error func (store *Store) Get(key string, receiver any) error func (store *Store) Save(id string, val any) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Store ¶ type Store struct { Cache contracts.Cache } func NewStore ¶ func NewStore(cache contracts.Cache) *Store func (*Store) Delete ¶ func (store *Store) Delete(id string) error func (*Store) Get ¶ func (store *Store) Get(key string, receiver any) error func (*Store) Save ¶ func (store *Store) Save(id string, val any) error Source Files ¶ View all Source files store.go Click to show internal directories. Click to hide internal directories.