MCPcopy Index your code
hub / github.com/kopia/kopia / passthroughContentCache

Struct passthroughContentCache

internal/cache/content_cache_passthrough.go:11–13  ·  view source on GitHub ↗

passthroughContentCache is a contentCache which does no caching.

Source from the content-addressed store, hash-verified

9
10// passthroughContentCache is a contentCache which does no caching.
11type passthroughContentCache struct {
12 st blob.Storage
13}
14
15func (c passthroughContentCache) Close(_ context.Context) {}
16

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected