ブラウザー キャッシュを使用して応答データを保存していますが、データをブラウザー キャッシュに保存することがどの程度実現可能かを知りたいと思っていました。誰でも次のことを説明できますか?
1. Is their a guarantee that the data will be cached for specific time, if I am storing only JSON data(can be huge).
2. What is the maximum size limit of browser cache.
3. Is my data cross domain accessible?If yes is their a way I can protect it?
4.Does the result vary from browser to browser?