This website works better with JavaScript
Halaman utama
Jelajahi
Bantuan
Masuk
GShopify
/
shop
Liatin
2
Bintangi
0
Fork
0
Berkas
Pohon:
9a564fc393
Ranting
Tag
master
shop
/
cache
/
key.go
key.go
91 B
Riwayat
Mentahan
1
2
3
4
5
6
7
8
package cache
import "time"
type Key interface {
TTL() time.Duration
String() string
}