Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/willnorris/imageproxy
/ nopCache
Struct
nopCache
cache.go:22–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
var
NopCache = new(nopCache)
21
22
type
nopCache
struct
{}
23
24
func
(c nopCache) Get(string) ([]byte, bool) {
return
nil, false }
25
func
(c nopCache) Set(string, []byte) {}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected