_________ is a strategy in API caching that involves storing responses based on request parameters.
- FIFO (First In, First Out)
- Key-based caching
- LRU (Least Recently Used)
- Time-based caching
In API caching, key-based caching is a strategy where responses are stored based on specific request parameters. This allows for efficient retrieval of cached data when subsequent requests share the same parameters.
Loading...
Related Quiz
- What is the primary goal of caching in API testing?
- What is the primary goal of an API deprecation strategy?
- How does rate limiting strategy vary for public vs. authenticated API access?
- In a scenario where API responses deviate from expected outcomes, how does thorough API documentation aid in troubleshooting?
- In SOAP APIs, what role does WSDL (Web Services Description Language) play?