InterviewSolution
Saved Bookmarks
| 1. |
What Are The Best Practices For Caching? |
|
Answer» Always keep static contents LIKE images, CSS, JAVASCRIPT cacheable, with expiration date of 2 to 3 days. Never keep expiry date too high. Always keep static contents like images, css, JavaScript cacheable, with expiration date of 2 to 3 days. Never keep expiry date too high. |
|