Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ChineseSubFinder/ChineseSubFinder
/ Cache
Interface
Cache
pkg/hls_center/cache/cache.go:14–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
)
13
14
type
Cache
interface
{
15
Set(ctx context.Context, key string, value []byte) error
16
Get(ctx context.Context, ey string) ([]byte, error)
17
}
18
19
type
DirCache
struct
{
20
path string
Callers
12
processSub
Method · 0.65
setBasicAuth
Function · 0.65
Serve
Method · 0.65
ScanSkipInfo
Method · 0.65
getPublicIP
Function · 0.65
DownFile
Function · 0.65
GetFileName
Function · 0.65
Send
Method · 0.65
parseJsonString2GetFFProbeInfo
Method · 0.65
parseJsonString2GetAudioInfo
Method · 0.65
queueDownloaderLocal
Method · 0.65
MatchedVideoFileFromDirs
Function · 0.65
Implementers
2
DirCache
pkg/hls_center/cache/cache.go
ScanLogic
pkg/scan_logic/scan_logic.go
Calls
no outgoing calls
Tested by
no test coverage detected