MCPcopy
hub / github.com/kopia/kopia / MetadataCache

Method MetadataCache

repo/content/content_manager.go:956–958  ·  view source on GitHub ↗

MetadataCache returns an instance of metadata cache.

()

Source from the content-addressed store, hash-verified

954
955// MetadataCache returns an instance of metadata cache.
956func (bm *WriteManager) MetadataCache() cache.ContentCache {
957 return bm.metadataCache
958}
959
960// ManagerOptions are the optional parameters for manager creation.
961type ManagerOptions struct {

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected