Closed
Description
Hi,
Is it possible to cache a block for period of time, for example, it expires every 15 minutes? I would like to display a block on sidebar for all pages and to avoid performance issue as the information inside the block doesn't change frequently.
Is there an xml parameter available to do that?
<referenceContainer name="sidebar.additional">
<block class="xxx" before="-" name="xxx" template="xxx.phtml" cacheable="true"/>
</referenceContainer>
Thanks,