优化代码

This commit is contained in:
刘祥超
2023-04-08 13:49:41 +08:00
parent a7c7c73f70
commit 1aa4be9000
3 changed files with 18 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
package ttlcache
type Item struct {
Value interface{}
Value any
expiredAt int64
}