I am developing a web application in which I need to download a library when the app is getting loaded. Hence I download it using the script tag
Now I don;t want it to be downloaded each and every time when I load the app. I need this to be cached.
I know that we can do it using jquery, $.ajax(url:..., cache: true).
But is there any way, whether we can cache it without using jquery.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…