Login
Remember
Register
Questions
Ask a Question
What are the best practices for caching in RESTful?
Home
>
Technology
>
What are the best practices for caching in RESTful?
0
votes
asked
Nov 7, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
What are the best practices for caching in RESTful?
interview-question-answer
technology-questions-answers
Facebook
Twitter
LinkedIn
Email
Add Answer
1
Answer
0
votes
answered
Nov 7, 2020
by
JackTerrance
(
1.7m
points)
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
1
answer
What are the best practices to be followed while designing a secure RESTful web service?
asked
Nov 7, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
interview-question-answer
technology-questions-answers
0
votes
1
answer
What are the best practices to create a standard URI for a web service?
asked
Nov 7, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
interview-question-answer
technology-questions-answers
0
votes
1
answer
What is caching in RESTful?
asked
Nov 7, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
interview-question-answer
technology-questions-answers
0
votes
1
answer
What are the best practices to design a resource representation?
asked
Nov 7, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
interview-question-answer
technology-questions-answers
0
votes
1
answer
What are the disadvantages of statelessness in RESTful Webservices?
asked
Nov 7, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
interview-question-answer
technology-questions-answers
...