MCPcopy
hub / github.com/valyala/fasthttp / noopCacheManager

Struct noopCacheManager

fs.go:940–942  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

938}
939
940type noopCacheManager struct {
941 cacheLock sync.Mutex
942}
943
944func (n *noopCacheManager) Lock() {
945 n.cacheLock.Lock()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected