Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/willnorris/imageproxy
/ Set
Method
Set
cache.go:13–13 ·
view source on GitHub ↗
Set caches the provided data.
(key string, data []byte)
Source
from the content-addressed store, hash-verified
11
12
// Set caches the provided data.
13
Set(key string, data []byte)
14
15
// Delete deletes the cached data at the specified key.
16
Delete(key string)
Callers
7
TestAllowed
Function · 0.65
TestReferrerMatches
Function · 0.65
newImage
Function · 0.65
updateCacheHeaders
Method · 0.65
serveImage
Method · 0.65
TestNopCache
Function · 0.65
update
Function · 0.65
Implementers
3
nopCache
cache.go
cache
internal/gcscache/gcscache.go
cache
internal/s3cache/s3cache.go
Calls
no outgoing calls
Tested by
4
TestAllowed
Function · 0.52
TestReferrerMatches
Function · 0.52
newImage
Function · 0.52
TestNopCache
Function · 0.52