go/kvmemcache/stats.go

7 lines
72 B
Go
Raw Normal View History

2024-11-11 05:36:55 +00:00
package kvmemcache
type Stats struct {
Hits uint64
Misses uint64
}