How does a distributed cache enhance the scalability of a web application?
- Decreases Cache Hit Rate
- Improves Session Management
- Increases Network Latency
- Reduces Database Load
A distributed cache reduces the load on the database by storing frequently accessed data, reducing the need to query the database, and thereby enhancing the scalability of a web application.
Loading...
Related Quiz
- How does a filter pass the request and response to the next entity in the filter chain?
- A servlet needs to log different levels of messages. Which approach is the most effective?
- A filter is implemented to log request details. Where should this logging take place in the filter's methods?
- In the context of servlets, what is a key difference between HTTP and WebSocket protocols?
- Filters are configured in the __________ file of a web application.