This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
GShopify
/
shop
ウォッチ
2
スター
0
フォーク
0
ファイル
ブランチ:
master
ブランチ
タグ
master
shop
/
cache
/
key.go
key.go
91 B
パーマリンク
履歴
Raw
1
2
3
4
5
6
7
8
package cache
import "time"
type Key interface {
TTL() time.Duration
String() string
}