Skip to content

Schema parser

clear_cache()

Clear the parse_block_manifest cache.

Source code in inference/core/workflows/execution_engine/introspection/schema_parser.py
56
57
58
def clear_cache() -> None:
    """Clear the parse_block_manifest cache."""
    parse_block_manifest.cache_clear()