Prune the local cache of releaseable entries. If UseDefaultPolicy is true, use the engine-wide default pruning policy, otherwise prune the whole cache of any releasable entries.
(context.Context, EngineCachePruneOptions)
| 149 | // use the engine-wide default pruning policy, otherwise prune the whole cache |
| 150 | // of any releasable entries. |
| 151 | PruneEngineLocalCacheEntries(context.Context, EngineCachePruneOptions) (*EngineCacheEntrySet, error) |
| 152 | |
| 153 | // The default local cache policy to use for automatic local cache GC. |
| 154 | EngineLocalCachePolicy() *dagql.CachePrunePolicy |
no outgoing calls
no test coverage detected