clear_cache
Clears cached name-to-UUID mappings for workspaces and items, with options to clear selectively or all including negative cache.
Instructions
Erase cached workspace and item name-to-UUID mappings.
Args: scope: Which portion of the cache to clear.
- ``"workspaces"`` — clear only workspace name→UUID entries.
- ``"items"`` — clear only item (warehouse/endpoint) entries.
- ``"all"`` (default) — clear everything, including the
in-memory negative cache on the resolver.Returns:
A dict with keys scope (the value used), workspaces_cleared
(number of workspace entries removed), items_cleared (number
of item workspace buckets removed), and negative_cache_cleared
(True when the resolver's negative cache was also wiped).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | all |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||