in Technology by

What are the best practices for caching in RESTful?

Please log in or register to answer this question.

1 Answer

0 votes
by

Always keep static contents like images, css, JavaScript cacheable, with expiration date of 2 to 3 days. Never keep expiry date too high. Dynamic contents should be cached for few hours only.

Related questions

0 votes
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
asked Jul 10, 2021 in Technology by JackTerrance
0 votes
asked Feb 19, 2022 in Education by JackTerrance
...