mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-12-31 18:46:36 +08:00
实现内存缓存
This commit is contained in:
@@ -45,3 +45,7 @@ func (this *gzipWriter) Key() string {
|
||||
func (this *gzipWriter) ExpiredAt() int64 {
|
||||
return this.expiredAt
|
||||
}
|
||||
|
||||
func (this *gzipWriter) Size() int64 {
|
||||
return this.rawWriter.Size()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user