This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
GShopify
/
Product
Sledovat
2
Oblíbit
0
Rozštěpit
0
Soubory
Strom:
2faa6c1ec7
Větve
Značky
master
Product
/
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
}