How does 'cache eviction' differ from 'cache invalidation' in caching strategies?
- Remove all items
- Remove least frequently used items
- Remove least recently used items
- Remove outdated items
In caching strategies, 'cache eviction' involves removing the least recently used or least frequently used items, while 'cache invalidation' is about removing outdated items.
Loading...
Related Quiz
- The _________ method is used to retrieve cookies from the request object.
- The __________ method is used to set an HTTP status code without a message.
- In the context of XSS prevention, what does the acronym CSP stand for?
- The __________ object provides the filter with information about its initialization parameters.
- How are servlets used in conjunction with JSPs in a typical MVC application?