MCPcopy Create free account
hub / github.com/ContentSquare/chproxy / Close

Method Close

cache/filesystem_cache.go:77–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75}
76
77func (f *fileSystemCache) Close() error {
78 log.Debugf("cache %q: stopping", f.Name())
79 close(f.stopCh)
80 f.wg.Wait()
81 log.Debugf("cache %q: stopped", f.Name())
82 return nil
83}
84
85func (f *fileSystemCache) Stats() Stats {
86 var s Stats

Callers 1

GetMethod · 0.45

Calls 2

NameMethod · 0.95
DebugfFunction · 0.92

Tested by

no test coverage detected