A ______ cache stores data in a shared location that can be accessed by multiple application instances.
- Shared
- Distributed
- Local
- In-Memory
A Distributed cache stores data in a shared location that can be accessed by multiple application instances. This allows multiple nodes of an application to share cached data, improving performance and reducing redundancy.
Loading...
Related Quiz
- Which part of the semantic versioning number (e.g. 1.2.3) is incremented for backwards-compatible bug fixes?
- How can you define optional route parameters in Express.js?
- In JavaScript, objects created using object literal syntax are instances of ______.
- What happens when you try to access an index in a buffer that does not exist in Node.js?
- In Node.js, the process.cwd() method returns the ________.