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
Atzars:
master
Atzari
Tagi
master
shop
/
cache
/
key.go
key.go
91 B
Patstāvīgā saite
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
}