github.com/TeaOSLab/EdgeNode@v1.3.8/internal/caches/stat.go (about)

     1  package caches
     2  
     3  type Stat struct {
     4  	Count     int   // 数量
     5  	ValueSize int64 // 值占用的空间
     6  	Size      int64 // 占用的空间尺寸
     7  }