This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
GShopify
/
shop
Urmărește
2
Stea
0
Bifurcare
0
Fisiere
Arbore:
9a564fc393
Ramuri
Etichete
master
shop
/
cache
/
key.go
key.go
91 B
Istoric
Crud
1
2
3
4
5
6
7
8
package cache
import "time"
type Key interface {
TTL() time.Duration
String() string
}