Return all the cache entries in the local cache. No support for filtering yet.
(context.Context)
| 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 |
no outgoing calls
no test coverage detected