kvmemcache/stats.go

7 lines
72 B
Go
Raw Normal View History

2023-10-13 11:25:59 +00:00
package kvmemcache
type Stats struct {
Hits uint64
Misses uint64
}