This website works better with JavaScript
Kezdőlap
Felfedezés
Súgó
Bejelentkezés
GShopify
/
shop
Figyelés
2
Kedvenc
0
Másolás
0
Fájlok
Fa:
9a564fc393
Branch-ok
Tag-ek
master
shop
/
cache
/
key.go
key.go
91 B
Előzmények
Nyers
1
2
3
4
5
6
7
8
package cache
import "time"
type Key interface {
TTL() time.Duration
String() string
}