A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Cacheable

About

A cacheable response is an HTTP response the can be cached, that is stored to be retretireved and used later, saving a new request to the server1.

Constraints for an HTTP response to be cacheable

Not all HTTP responses can be cached; these are the constrains for an HTTP response to be cacheable:

Anki

References


  1. MDN. “cacheable”. Available at: https://developer.mozilla.org/en-US/docs/Glossary/Cacheable. (Accessed: [2025-05-07 Wed 21:05]). ↩︎

Related Posts