I have enabled pagespeed module and find that for some resources (image, js and css) that are re-written by pagespeed the cache is set to the default 5 minutes. Few other resources (image, js and css) re-written by pagespeed has Cache-Control: max-age=31536000.
I explicitly give set by ExpiresDefault to 1 year for all my static resources in .htaccess.
The response i get has this:
Cache-Control:max-age=300,private
I am expecting:
Cache-Control:max-age=31536000,private
Suggestions and pointers are appreciated.