Valid AD0-E725 Dumps shared by EduDump.com for Helping Passing AD0-E725 Exam! EduDump.com now offer the newest AD0-E725 exam dumps, the EduDump.com AD0-E725 exam questions have been updated and answers have been corrected get the newest EduDump.com AD0-E725 dumps with Test Engine here:
A Developer discovers the following code snippet in default.xml layout: <referenceBlock name="content"> <block name="custom" template="example.phtml" cacheable="false" /> </referenceBlock> Which caching behavior will occur?
Correct Answer: B
In Magento, if any block within the page layout is marked cacheable="false", the entire page becomes non- cacheable. This means that full-page caching (FPC) will be disabled for all pages containing that block. Option A is incorrect: cacheability is applied at the page level, not per block. Option C is misleading; cacheable blocks remain cacheable only if no non-cacheable blocks are present. Reference: Adobe Commerce DevDocs - Full-page caching