How to caching images in GWT with no-cache property in header ? I can’t make changes in server and i need cache images in GWT side .
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You usually need a mix and match of client and server side code. Some client side concepts are explained previously here – GWT Caching Concept
Image handling via ClienBundle helps in caching – https://developers.google.com/web-toolkit/doc/latest/DevGuideClientBundle
You can pick up some mode ideas from pagespeed to optimize image processing/bandwidth usage – https://developers.google.com/speed/docs/best-practices/payload