MCPcopy
hub / github.com/gofiber/fiber / Delete

Method Delete

middleware/cache/cache_test.go:174–176  ·  view source on GitHub ↗
(key string)

Source from the content-addressed store, hash-verified

172}
173
174func (s *failingCacheStorage) Delete(key string) error {
175 return s.DeleteWithContext(context.Background(), key)
176}
177
178func (s *failingCacheStorage) ResetWithContext(context.Context) error {
179 s.mu.Lock()

Callers

nothing calls this directly

Calls 1

DeleteWithContextMethod · 0.95

Tested by

no test coverage detected