MCPcopy
hub / github.com/kopia/kopia / contentCacheImpl

Struct contentCacheImpl

internal/cache/content_cache.go:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35type contentCacheImpl struct {
36 pc *PersistentCache
37 st blob.Storage
38 fetchFullBlobs bool
39}
40
41// ContentIDCacheKey computes the cache key for the provided content ID.
42func ContentIDCacheKey(contentID string) string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected