图片如何缓存 - maodouio/meteor-lean-startup-camp GitHub Wiki
客户端请求数据,图片加载后 app端怎么做缓存,避免每次都重新从服务器加载图片?
If you are not using meteor, do it as what you did before, if you are using Meteor, there are many ways. If the picture is stored inside mongodb, you can subscribe it. if the pictures are in S3 ( or some CDN like that), it will be automatically cached by browser unless you disable the cache feature.