mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2026-05-13 13:25:22 +08:00
缓存文件实现Sendfile
This commit is contained in:
@@ -51,4 +51,7 @@ type StorageInterface interface {
|
||||
|
||||
// IgnoreKey 忽略某个Key,即不缓存某个Key
|
||||
IgnoreKey(key string)
|
||||
|
||||
// CanSendfile 是否支持Sendfile
|
||||
CanSendfile() bool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user