MCPcopy Create free account
hub / github.com/AdRoll/baker / Clear

Method Clear

record.go:107–109  ·  view source on GitHub ↗

Clear clears all the entries in the cache.

()

Source from the content-addressed store, hash-verified

105
106// Clear clears all the entries in the cache.
107func (c *Cache) Clear() {
108 *c = nil
109}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected