This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
GShopify
/
shop
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Árvore:
9a564fc393
Ramos
Etiquetas
master
shop
/
cache
/
key.go
key.go
91 B
Histórico
Em bruto
1
2
3
4
5
6
7
8
package cache
import "time"
type Key interface {
TTL() time.Duration
String() string
}