In the context of web applications, what does 'cache invalidation' refer to?
- Clearing the browser cache
- Encrypting cached data
- Refreshing cached data
- Storing data in cache
'Cache invalidation' in the context of web applications refers to the process of refreshing or clearing cached data to ensure that users receive the most up-to-date information from the server.
Loading...
Related Quiz
- What is the role of @ServerEndpoint annotation in Java WebSocket API?
- Which listener interface is used to receive notifications about changes to the servlet request?
- What is the correct order of method calls in the lifecycle of a filter?
- The use of ___________ in error messages helps in identifying the exact source of an error in servlets.
- To access all initialization parameters, the method ________ can be used, which returns an _________.