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