I saw Javascript have a class called Cache . By the little that I could understand seems to have relation with requisitions.
I wanted to know a little more about this class:
-
Is it only for requests made with Request? Or could it be used with the standard Javascript XtmlHttpRequest?
-
This class can be used to cache something other than what was quoted in the first question?
-
Where is this cache stored?
-
What is the support for this functionality? If there is a lack of support, is it possible to do Polyfill?