This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
GShopify
/
shop
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Gałąź:
master
Gałęzie
Tagi
master
shop
/
cache
/
key.go
key.go
91 B
Bezpośredni odnośnik
Historia
Czysty
1
2
3
4
5
6
7
8
package cache
import "time"
type Key interface {
TTL() time.Duration
String() string
}