MCPcopy
hub / github.com/willnorris/imageproxy / nopCache

Struct nopCache

cache.go:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20var NopCache = new(nopCache)
21
22type nopCache struct{}
23
24func (c nopCache) Get(string) ([]byte, bool) { return nil, false }
25func (c nopCache) Set(string, []byte) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected