MCPcopy Create free account
hub / github.com/cortexproject/cortex / snappyCache

Struct snappyCache

pkg/chunk/cache/snappy.go:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11)
12
13type snappyCache struct {
14 next Cache
15 logger log.Logger
16}
17
18// NewSnappy makes a new snappy encoding cache wrapper.
19func NewSnappy(next Cache, logger log.Logger) Cache {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected