This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
GShopify
/
shop
Sledovat
2
Oblíbit
0
Rozštěpit
0
Soubory
Strom:
9a564fc393
Větve
Značky
master
shop
/
cache
/
key.go
key.go
91 B
Historie
Surový
1
2
3
4
5
6
7
8
package cache
import "time"
type Key interface {
TTL() time.Duration
String() string
}