package
0.0.0-20241004052545-caa2fb9b60ae
Repository: https://github.com/grafana/mimir.git
Documentation: pkg.go.dev

# Functions

NewCachingBucket creates new caching bucket with provided configuration.
No description provided by the author
WithCacheLookupEnabled returns a new context which will explicitly enable/disable the cache lookup but keep storing the result to the cache.
WithMemoryPool returns a new context with a slab pool to be used as a cache.Allocator implementation by the underlying cache client.

# Structs

CachingBucket implementation that provides some caching features, based on passed configuration.
CachingBucketConfig contains low-level configuration for individual bucket operations.
JSONIterCodec encodes iter results into JSON.
No description provided by the author

# Interfaces

IterCodec is a codec for encoding and decoding results of Iter call.