# Functions
开辟自动扩容桶.
# Constants
No description provided by the author
# Structs
import (
"context" "github.com/redis/go-redis/v9" "config/cvgle/providers/goodlog" goodleredis "config/cvgle/providers/redis" "time"
)
var bigCacheInstance *bigCache
type bigCache struct { buckets map[string]*BigCacheHolder }.
No description provided by the author
No description provided by the author
var freeCacheInstance *freeCache
type freeCache struct { buckets map[string]*FreeCacheHolder }.
No description provided by the author
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author