Block
Disable the cache
You can control the cache in the render array with the #cache element.
$build['#cache']['max-age'] = 0;
In this case the block will not be cached for logged in users or anonymous users with a session.
You can control the cache in the render array with the #cache element.
$build['#cache']['max-age'] = 0;
In this case the block will not be cached for logged in users or anonymous users with a session.