This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
GShopify
/
shop
İzle
2
Yıldızla
0
Çatalla
0
Dosyalar
Ağaç:
9a564fc393
Dallar
Biçim İmleri
master
shop
/
cache
/
key.go
key.go
91 B
Geçmiş
Ham
1
2
3
4
5
6
7
8
package cache
import "time"
type Key interface {
TTL() time.Duration
String() string
}