Here are all the actual test exam dumps for IT exams. Most people prepare for the actual exams with our test dumps to pass their exams. So it's critical to choose and actual test pdf to succeed.

Exam AD0-E725 Topic 2 Question 3 Discussion

Actual exam question for Adobe's AD0-E725 exam
Question #: 3
Topic #: 2
An Adobe Commerce Developer is tasked to frequently send data to a third-party API. The API utilizes a JSON Web Token (JWT) that expires every hour. The developer decides to store the JWT in a custom cache.
Which step should the Developer take to implement this new custom cache type correctly?

Suggested Answer: B Vote an answer

To create a custom cache type in Adobe Commerce:
Define the cache type in etc/cache.xml with a unique ID and class instance.
This ensures Magento recognizes the cache type and allows managing it with cache commands.
Option A is incorrect; DI configuration is not where cache types are defined.
Option C is wrong; system.xml defines admin configurations, not cache types.
Reference:
Adobe Commerce DevDocs - Custom cache types

by Aries at Jun 14, 2026, 09:28 PM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.