_________ caching is a strategy where each cache stores a subset of the total data set, typically based on geographical location.
- Distributed
- Global
- Local
- Replicated
Local caching is a strategy where each cache stores a subset of the total data set, typically based on geographical location.
Loading...
Related Quiz
- What is the primary use of the ServletContextAttributeListener in a web application?
- To listen for events related to a specific attribute in a session, implement the interface ___________.
- Which XML element is used to declare a filter in a web application's deployment descriptor?
- The __________ method in servlets is often used to dispatch requests to different handlers in an MVC framework.
- For optimal servlet performance, session data should be kept to a minimum, utilizing ________ for state management.