This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Description
Is there a settings for cache through $httpProvider?
I do not see any mentioning of cache in the defaults section of the doc
doc for $http say I can set $http.defaults.cache, which it says Runtime equivalent of the $httpProvider.defaults property. so, need to mention cache property in $httpProvider defaults section. I want to make sure following is valid
$httpProvider.defaults.cache = true;
ps: This issue was wrongly created under 2.x repo.
angular/angular#219