MCPcopy
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
14type Cache interface {
15 Set(ctx context.Context, key string, value []byte) error
16 Get(ctx context.Context, ey string) ([]byte, error)
17}
18
19type DirCache struct {
20 path string

Callers 12

processSubMethod · 0.65
setBasicAuthFunction · 0.65
ServeMethod · 0.65
ScanSkipInfoMethod · 0.65
getPublicIPFunction · 0.65
DownFileFunction · 0.65
GetFileNameFunction · 0.65
SendMethod · 0.65
queueDownloaderLocalMethod · 0.65
MatchedVideoFileFromDirsFunction · 0.65

Implementers 2

DirCachepkg/hls_center/cache/cache.go
ScanLogicpkg/scan_logic/scan_logic.go

Calls

no outgoing calls

Tested by

no test coverage detected