Skip to main content

Module dist_cache

Module dist_cache 

Source
Expand description

分布式缓存一致性模块

本模块在 dist-cache feature gate 下导出,提供:

Structs§

BloomFilterGuard
布隆过滤器击穿防护
CacheMutexGuard
互斥锁击穿防护
GossipInvalidationBus
Gossip 去中心化失效总线
NodeAddr
节点地址
RandomTtlJitter
随机 TTL 雪崩防护
RedisPubSubInvalidationBus
Redis Pub/Sub 跨实例失效总线
WriteBehindConfig
Write-behind 配置
WriteBehindConfigBuilder
Write-behind 配置构建器
WriteBehindQueue
Write-behind 持久化队列
WriteOp
Write-behind 写操作

Enums§

ConsistencyLevel
一致性级别枚举
WriteOpType
写操作类型