Files
EdgeNode/internal/caches/stat.go

8 lines
145 B
Go
Raw Permalink Normal View History

2020-10-04 14:30:42 +08:00
package caches
type Stat struct {
Count int // 数量
ValueSize int64 // 值占用的空间
Size int64 // 占用的空间尺寸
}