This website works better with JavaScript
Startsida
Utforska
Hjälp
Logga in
GShopify
/
shop
Bevaka
2
Stjärnmärk
0
Fork
0
Filer
Träd:
9a564fc393
Grenar
Taggar
master
shop
/
cache
/
key.go
key.go
91 B
Historik
Rå
1
2
3
4
5
6
7
8
package cache
import "time"
type Key interface {
TTL() time.Duration
String() string
}