Valid B2C-Commerce-Architect Dumps shared by ExamDiscuss.com for Helping Passing B2C-Commerce-Architect Exam! ExamDiscuss.com now offer the newest B2C-Commerce-Architect exam dumps, the ExamDiscuss.com B2C-Commerce-Architect exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com B2C-Commerce-Architect dumps with Test Engine here:
A new version of the Page Show controller is required for implementation of Page Deserter specific look. It requires implementation of a specific, cache period for Page Designer pages, which b not currently available in the base Storefront Reference Architecture (SFRA) cache.js module What two steps should the Architect instruct the developer to implement? Choose 2 answers
Correct Answer: A,D
To implement a specific cache period for Page Designer pages in SFRA: * Option A involves creating a new Page.js controller in the client's cartridge, where the existing Page- Show route can be modified to include a custom caching logic. This ensures that the specific caching requirements for Page Designer pages are met without altering the base functionality for other pages. * Option D calls for extending the existing cache.js module in the client's cartridge to include a function specifically for Page Designer caching. This allows for reusing the existing caching logic while adding enhancements specific to the Page Designer pages, thus maintaining efficiency and clarity in the codebase. Both options provide a clean, maintainable approach to customizing caching for specific requirements in SFRA, avoiding disruptions in other areas of the site functionality.