How Can I Disable Filter Block Cache?

Hi how can i disable categories filter caching? O check schemas block php i delete category_id but doesnt help

What can i do?

app/schemas/block_manager/blocks.php

Try to replace

    'product_filters' => array(
        'content' => array(

with

    'product_filters' => array(
        'cache' => false,
        'content' => array(

Then clear system cache and check

i try this but doesnt work. my solution is , update cache manually

i try this but doesnt work. my solution is , update cache manually

Note that you should clear system cache, not templates one (make cc instead of ctpl)