Magento2
Magento 2 : Study Notes
Cacheable and uncacheable pages To create an uncacheable page, mark any block on that page as uncacheable in the layout using cacheable=”false”. Example: Note During theme development, when you change any files stored here, you need to clear pub/static (preserving the `.htaccess` file in place) and var/view_preprocessed directories, and then Read more…