MCPcopy
hub / github.com/kopia/kopia / Close

Method Close

internal/cache/content_cache.go:18–18  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

16// ContentCache caches contents stored in pack blobs.
17type ContentCache interface {
18 Close(ctx context.Context)
19 GetContent(ctx context.Context, contentID string, blobID blob.ID, offset, length int64, output *gather.WriteBuffer) error
20 PrefetchBlob(ctx context.Context, blobID blob.ID) error
21 CacheStorage() Storage

Implementers 2

contentCacheImplinternal/cache/content_cache.go
passthroughContentCacheinternal/cache/content_cache_passthrou

Calls

no outgoing calls