Versions in this module Expand all Collapse all v0 v0.0.2 Mar 4, 2023 v0.0.1 Mar 4, 2023 Changes in this version + const WeaverFastCacheDefaultSize + type WeaverFastCache interface + Del func(_ context.Context, key []byte) error + Get func(_ context.Context, key []byte) ([]byte, error) + Has func(_ context.Context, key []byte) (bool, error) + HasGet func(_ context.Context, key []byte) ([]byte, bool, error) + Set func(_ context.Context, key []byte, value []byte) error