mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2026-01-04 14:36:34 +08:00
优化代码
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package ttlcache
|
||||
|
||||
type Item struct {
|
||||
Value interface{}
|
||||
Value any
|
||||
expiredAt int64
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user