Versions in this module Expand all Collapse all v1 v1.1.0 Apr 19, 2026 Changes in this version + const CACHEDOC_KEY + const CACHEDOC_LABELS + const CACHEDOC_TS + const CACHEDOC_VAL + var Logger model.Logger = logger.NewDefaultLogger() + func NewBucket[T any](cli model.CacheClient, name string, coder model.Coder) *bucket[T] + func NewCacheDoc[T any](bucket *bucket[T], key string) *cacheDoc[T] + func NewClient(url, pass string, dbIndex int) model.CacheClient + func SetLogger(logger model.Logger) Other modules containing this package github.com/leonkaihao/cache/v2