HTTP static resources caching forever stategy
问题 In Effective Android HTTP Jesse Wilson mentioned the following: Serving static resources like images? Use a permanent URL and let it cache forever I am using Picasso with a specific OkHttp instance for fetching and caching images. I am wondering how to setup the let it cache forever strategy? I can only think about overriding the HTTP cache control header max-stale ( Cache-Control: max-stale= )with the highest possible value, is there another (better) way? 回答1: Best way is to configure your