MCPcopy Create free account
hub / github.com/evcc-io/evcc / Reset

Method Reset

util/cache.go:47–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45type Cacheable[T any] interface {
46 Get() (T, error)
47 Reset()
48}
49
50var _ Cacheable[int64] = (*cached[int64])(nil)

Callers 15

CleanupMethod · 0.65
NewTibberFromConfigFunction · 0.65
runMethod · 0.65
setSwitchMethod · 0.65
EnableMethod · 0.65
EnableMethod · 0.65
EnableMethod · 0.65
EnableMethod · 0.65
EnableMethod · 0.65
setActiveVehicleMethod · 0.65
createSessionMethod · 0.65

Calls

no outgoing calls

Tested by 3

TestSEMPChargerFunction · 0.52
TestCacheResetFunction · 0.52