Introduces a cachingLevel attribute to GET requests that would store the results of the request making it available in the next request. The second time you make a GET request for the same element it will return first the cached response and later the updated response.
Introduces a
cachingLevel
attribute to GET requests that would store the results of the request making it available in the next request. The second time you make a GET request for the same element it will return first the cached response and later the updated response.