Versions in this module Expand all Collapse all v2 v2.0.1 Jun 2, 2024 Changes in this version + var ErrNotFound = errors.New("not found") + type Memory struct + func New() *Memory + func (memory *Memory) Delete(key string) error + func (memory *Memory) Fetch(key string, fc func() interface{}) (string, error) + func (memory *Memory) Get(key string) (string, error) + func (memory *Memory) Set(key string, value interface{}) error + func (memory *Memory) Unmarshal(key string, object interface{}) error Other modules containing this package github.com/conku/cache