Not at the moment. If you use {fuel_block('my_block')}, within a layout field in the CMS, it does not get cached the same way and instead executes the fuel_block function during rendering which would escape the caching. Alternatively, you could choose to not cache the layout, but cache certain blocks including header and footers, excluding what you need.
Comments