Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gofiber/fiber
/ Reset
Method
Reset
middleware/cache/cache_test.go:186–188 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
184
}
185
186
func
(s *failingCacheStorage) Reset() error {
187
return
s.ResetWithContext(context.Background())
188
}
189
190
func
(*failingCacheStorage) Close() error {
return
nil }
191
Callers
nothing calls this directly
Calls
1
ResetWithContext
Method · 0.95
Tested by
no test coverage detected