List of questions
Related questions
Question 68 - Certified B2C Commerce Developer discussion
Given the requirement to add caching to an existing page while adhering to SFRA best practices, which code snippet should be used?
A.
server.get('Show', cache.applyDefaultCache, function (req, res, next) {// code});
B.
<iscache varyby="price_promotion" type="relative" status="on"/>
C.
server.get('Show', function (req, res, next) {//code}).applyDefaultCache();
D.
<iscache type="relative" hour="24"/>
Your answer:
0 comments
Sorted by
Leave a comment first