Magento – Enable cache for AJAX block

block-cachecachemagento-2.1magento2

I'm having problems with caching a block in Magento 2. The theme I'm using is getting content from the block via an AJAX call.

enter image description here

Is it possible how to cache such block in M2?

Thank you,
Mateusz

Best Answer

Every block in magento2 is by default cacheable. You can disable cacheing of that block by explicitly adding cacheable="false" as the block attribute. Can you make sure that this attribute is not added anywhere for this particular block