Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ContentSquare/chproxy
/ Name
Method
Name
cache/filesystem_cache.go:73–75 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
71
}
72
73
func
(f *fileSystemCache) Name() string {
74
return
f.name
75
}
76
77
func
(f *fileSystemCache) Close() error {
78
log.Debugf(
"cache %q: stopping"
, f.Name())
Callers
5
newFilesSystemCache
Function · 0.95
Close
Method · 0.95
Get
Method · 0.95
Put
Method · 0.95
clean
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected