This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
GShopify
/
shop
Tarkkaile
2
Äänestä
0
Fork
0
Tiedostot
Puu:
9a564fc393
Haarat
Tagit
master
shop
/
cache
/
key.go
key.go
91 B
Historia
Raaka
1
2
3
4
5
6
7
8
package cache
import "time"
type Key interface {
TTL() time.Duration
String() string
}