This website requires JavaScript.
Explore
Help
Register
Sign In
TRKJ
/
EdgeNode
Watch
2
Star
0
Fork
0
You've already forked EdgeNode
mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced
2025-11-03 15:00:26 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
77ba4c7fe9f226a81ffebdff9710382ac7468415
EdgeNode
/
internal
/
utils
/
ttlcache
/
item.go
7 lines
76 B
Go
Raw
Normal View
History
Unescape
Escape
改进WAF缓存性能
2020-11-21 21:43:03 +08:00
package
ttlcache
ttlcache支持泛型
2023-10-05 08:28:16 +08:00
type
Item
[
T
any
]
struct
{
Value
T
优化ttlcache相关代码
2024-05-08 11:10:56 +08:00
expiresAt
int64
改进WAF缓存性能
2020-11-21 21:43:03 +08:00
}
Reference in New Issue
Copy Permalink