MCPcopy Create free account
hub / github.com/cockroachdb/cockroachdb-parser / newBaseCache

Function newBaseCache

pkg/util/cache/cache.go:188–192  ·  view source on GitHub ↗
(config Config)

Source from the content-addressed store, hash-verified

186}
187
188func newBaseCache(config Config) baseCache {
189 return baseCache{
190 Config: config,
191 }
192}
193
194// init initializes the baseCache with the provided cacheStore. It must be
195// called with a non-nil cacheStore before use of the cache.

Callers 3

NewUnorderedCacheFunction · 0.85
NewOrderedCacheFunction · 0.85
NewIntervalCacheFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…