Versions in this module Expand all Collapse all v0 v0.44.0 Aug 25, 2023 v0.0.1 Oct 9, 2023 Changes in this version + var ErrInvalidSignature = xerrors.New("invalid signature error") + var ErrUnsupportedType = xerrors.New("unsupported type error") + type Cache interface + Add func(key K, value V) (evicted bool) + Get func(key K) (value V, ok bool)