You can set the caching for blocks if you have a custom module and create your block with hook_block_info(). There's a setting for cache there in the code.
By your example above it seems...
Depending on the exact use case, there is another interesting module which is already available for Backdrop: Entity Cache Administration
Entity Cache Administration provides an...
Posted1 day 5 hours ago by Olaf Grabienski (Olafski) on:
Looks like there was a Drupal 7 version so it might be straightforward to port to Backdrop .
Edit: yup, it is a really small module, and easy to port. https://git.drupalcode.org/project/...
Recent comments
Thanks for the help!
Block cache
You can set the caching for blocks if you have a custom module and create your block with hook_block_info(). There's a setting for cache there in the code. By your example above it seems...
Block cache
Thanks! I will try to port cacheexclude.
Exclude from Cache
Depending on the exact use case, there is another interesting module which is already available for Backdrop: Entity Cache Administration Entity Cache Administration provides an...
Exclude from Cache
Looks like there was a Drupal 7 version so it might be straightforward to port to Backdrop . Edit: yup, it is a really small module, and easy to port. https://git.drupalcode.org/project/...
Exclude from Cache