Versions in this module Expand all Collapse all v0 v0.2.0 Apr 18, 2026 v0.1.3 Dec 16, 2025 Changes in this version + var Global = New() + func FastKey(data string) string + func Key(prefix, data string) string + func KeyWithContext(desensitizer, dataType, data string) string + type CacheKey struct + func New() *CacheKey + func (cko *CacheKey) ClearPrefixCache() + func (cko *CacheKey) FastStringHash(s string) uint64 + func (cko *CacheKey) GenerateFastKey(data string) string + func (cko *CacheKey) GenerateHashKey(data string) string + func (cko *CacheKey) GenerateKey(prefix, data string) string + func (cko *CacheKey) GenerateKeyWithContext(desensitizer, dataType, data string) string + func (cko *CacheKey) GenerateLayeredKey(layers ...string) string + func (cko *CacheKey) GetCacheStats() map[string]interface{} + func (cko *CacheKey) HashCombine(hashes ...uint64) uint64 + func (cko *CacheKey) IsXXHashEnabled() bool + func (cko *CacheKey) SetXXHashEnabled(enabled bool)