This website works better with JavaScript
Home
Explore
Help
Sign In
GShopify
/
shop
Watch
2
Star
0
Fork
0
Files
Tree:
9a564fc393
Branches
Tags
master
shop
/
cache
/
key.go
key.go
91 B
History
Raw
1
2
3
4
5
6
7
8
package cache
import "time"
type Key interface {
TTL() time.Duration
String() string
}