Files
EdgeNode/internal/caches/hot_item.go
2022-03-12 20:50:05 +08:00

9 lines
140 B
Go

// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
package caches
type HotItem struct {
Key string
Hits uint32
}