This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
GShopify
/
Product
ウォッチ
2
スター
0
フォーク
0
ファイル
ツリー:
2faa6c1ec7
ブランチ
タグ
master
Product
/
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
}