This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Pierakstīties
GShopify
/
shop
Vērot
2
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Koks:
9a564fc393
Atzari
Tagi
master
shop
/
cache
/
key.go
key.go
91 B
Vēsture
Neapstrādāts
1
2
3
4
5
6
7
8
package cache
import "time"
type Key interface {
TTL() time.Duration
String() string
}