MCPcopy
hub / github.com/filebrowser/filebrowser / Delete

Method Delete

diskcache/cache.go:10–10  ·  view source on GitHub ↗
(ctx context.Context, key string)

Source from the content-addressed store, hash-verified

8 Store(ctx context.Context, key string, value []byte) error
9 Load(ctx context.Context, key string) (value []byte, exist bool, err error)
10 Delete(ctx context.Context, key string) error
11}

Callers 1

TestFileCacheFunction · 0.65

Implementers 2

NoOpdiskcache/noop_cache.go
FileCachediskcache/file_cache.go

Calls

no outgoing calls

Tested by 1

TestFileCacheFunction · 0.52