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

Method Delete

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

Delete deletes the cached data at the specified key.

(key string)

Source from the content-addressed store, hash-verified

14
15 // Delete deletes the cached data at the specified key.
16 Delete(key string)
17}
18
19// NopCache provides a no-op cache implementation that doesn't actually cache anything.

Callers 2

TestNopCacheFunction · 0.65
DeleteMethod · 0.65

Implementers 3

nopCachecache.go
cacheinternal/gcscache/gcscache.go
cacheinternal/s3cache/s3cache.go

Calls

no outgoing calls

Tested by 1

TestNopCacheFunction · 0.52