Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WriteBehindCache ¶
type WriteBehindCache struct {
// contains filtered or unexported fields
}
func NewWriteBehindCache ¶
func NewWriteBehindCache( cache *distributed.RedisClusterCache, storage Storage, metrics *metrics.DetailedStorageMetrics, tracer tracing.Tracer, batchSize int, batchDelay time.Duration, ) *WriteBehindCache
type WriteThroughCache ¶
type WriteThroughCache struct {
// contains filtered or unexported fields
}
func NewWriteThroughCache ¶
func NewWriteThroughCache( cache *distributed.RedisClusterCache, storage Storage, tracer tracing.Tracer, expiration time.Duration, ) *WriteThroughCache
Click to show internal directories.
Click to hide internal directories.