Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
TestFileCache
Function · 0.65
Implementers
2
NoOp
diskcache/noop_cache.go
FileCache
diskcache/file_cache.go
Calls
no outgoing calls
Tested by
1
TestFileCache
Function · 0.52