This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
GShopify
/
shop
Observar
2
Favorito
0
Fork
0
Arquivos
Branch:
master
Branches
Tags
master
shop
/
cache
/
key.go
key.go
91 B
Link permanente
Histórico
Raw
1
2
3
4
5
6
7
8
package cache
import "time"
type Key interface {
TTL() time.Duration
String() string
}