github.com/TeaOSLab/EdgeNode@v1.3.8/internal/ttlcache/item.go (about) 1 package ttlcache 2 3 type Item[T any] struct { 4 Value T 5 expiredAt int64 6 }