MCPcopy
hub / github.com/bluele/gcache / Clock

Interface Clock

clock.go:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6)
7
8type Clock interface {
9 Now() time.Time
10}
11
12type RealClock struct{}
13

Callers 8

setMethod · 0.65
SetWithExpireMethod · 0.65
getWithLoaderMethod · 0.65
HasMethod · 0.65
GetALLMethod · 0.65
KeysMethod · 0.65
LenMethod · 0.65
IsExpiredMethod · 0.65

Implementers 2

RealClockclock.go
fakeclockclock.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…