我正在使用浏览器缓存来存储我的响应数据,但想知道将数据存储在浏览器缓存中的可行性。任何人都可以解释以下内容:
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?