MCPcopy Create free account
hub / github.com/GoEdgeLab/EdgeNode / IgnoreKey

Method IgnoreKey

internal/caches/storage_interface.go:57–57  ·  view source on GitHub ↗

IgnoreKey 忽略某个Key,即不缓存某个Key

(key string, maxSize int64)

Source from the content-addressed store, hash-verified

55
56 // IgnoreKey 忽略某个Key,即不缓存某个Key
57 IgnoreKey(key string, maxSize int64)
58
59 // CanSendfile 是否支持Sendfile
60 CanSendfile() bool

Callers 2

WriteMethod · 0.65
writeMethod · 0.65

Implementers 2

FileStorageinternal/caches/storage_file.go
MemoryStorageinternal/caches/storage_memory.go

Calls

no outgoing calls

Tested by

no test coverage detected