Initial commit (code only without large binaries)
This commit is contained in:
8
EdgeNode/internal/caches/hot_item.go
Normal file
8
EdgeNode/internal/caches/hot_item.go
Normal file
@@ -0,0 +1,8 @@
|
||||
// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
|
||||
|
||||
package caches
|
||||
|
||||
type HotItem struct {
|
||||
Key string
|
||||
Hits uint32
|
||||
}
|
||||
Reference in New Issue
Block a user