Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Write
Method · 0.65
write
Method · 0.65
Implementers
2
FileStorage
internal/caches/storage_file.go
MemoryStorage
internal/caches/storage_memory.go
Calls
no outgoing calls
Tested by
no test coverage detected