wip
This commit is contained in:
6
kvmemcache/stats.go
Normal file
6
kvmemcache/stats.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package kvmemcache
|
||||
|
||||
type Stats struct {
|
||||
Hits uint64
|
||||
Misses uint64
|
||||
}
|
||||
Reference in New Issue
Block a user