This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
GShopify
/
Product
Xem
2
Star
0
Fork
0
Các tập tin
Branch:
master
Branches
Tags
master
Product
/
cache
/
key.go
key.go
91 B
Permalink
Lịch sử
Raw
1
2
3
4
5
6
7
8
package cache
import "time"
type Key interface {
TTL() time.Duration
String() string
}