Rest API - Caching Strategies
What does the
Cache-Control: no-store directive instruct browsers to do?Cache-Control: no-store directive instruct browsers to do?no-storeno-store directive means the browser must not save any part of the response in cache.no-cache which allows caching but requires revalidation, no-store forbids storing at all.no-store means no saving [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions