MCPcopy Index your code
hub / github.com/dagger/dagger / EngineLocalCacheEntries

Method EngineLocalCacheEntries

core/query.go:146–146  ·  view source on GitHub ↗

Return all the cache entries in the local cache. No support for filtering yet.

(context.Context)

Source from the content-addressed store, hash-verified

144
145 // Return all the cache entries in the local cache. No support for filtering yet.
146 EngineLocalCacheEntries(context.Context) (*EngineCacheEntrySet, error)
147
148 // Prune the local cache of releaseable entries. If UseDefaultPolicy is true,
149 // use the engine-wide default pruning policy, otherwise prune the whole cache

Callers 2

cacheEntrySetMethod · 0.65
setupMetricsServerFunction · 0.65

Implementers 3

mockServercore/telemetry_test.go
currentTypeDefsTestServercore/schema/test_server_test.go
Serverengine/server/server.go

Calls

no outgoing calls

Tested by

no test coverage detected