MCPcopy
hub / github.com/grafana/dskit / SnappyCache

Struct SnappyCache

cache/compression.go:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59type SnappyCache struct {
60 next Cache
61 logger log.Logger
62}
63
64// NewSnappy makes a new snappy encoding cache wrapper.
65func NewSnappy(next Cache, logger log.Logger) *SnappyCache {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected