manage_cache
Manage Houdini's NodeTypeCache with actions to view statistics, invalidate all caches, or pre-populate the cache for improved performance.
Instructions
Manage the Houdini-side NodeTypeCache.
action="stats" -> return cache hits/misses/size/last_populated_at
action="invalidate"-> clear all registered caches (calls
cmn.invalidate_all_caches under the hood)
action="warmup" -> pre-populate the NodeTypeCache
PR 6: relays to server-side disc.manage_cache. ValueError on unknown
action surfaces as an error dict with origin="houdini".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | stats |