This website works better with JavaScript
홈
탐색
도움말
로그인
GShopify
/
shop
Watch
2
Star
0
포크
0
파일
트리:
9a564fc393
브랜치
태그
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
}