1.4.5.2
This commit is contained in:
6
EdgeUser/internal/ttlcache/item.go
Normal file
6
EdgeUser/internal/ttlcache/item.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package ttlcache
|
||||
|
||||
type Item struct {
|
||||
Value interface{}
|
||||
expiredAt int64
|
||||
}
|
||||
Reference in New Issue
Block a user