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