This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
GShopify
/
shop
Seguir
2
Destacar
0
Fork
0
Archivos
Árbol:
9a564fc393
Ramas
Etiquetas
master
shop
/
cache
/
key.go
key.go
91 B
Histórico
Raw
1
2
3
4
5
6
7
8
package cache
import "time"
type Key interface {
TTL() time.Duration
String() string
}