Files
EdgeNode/internal/caches/hot_item.go

9 lines
135 B
Go
Raw Permalink Normal View History

2024-05-17 18:30:33 +08:00
// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved.
package caches
type HotItem struct {
Key string
Hits uint32
}