jmdobry / angular-cache

angular-cache is a very useful replacement for the Angular 1 $cacheFactory.
http://jmdobry.github.io/angular-cache
MIT License
1.39k stars 156 forks source link

Are responses of requests with method POST also cached? #226

Closed BioPhoton closed 8 years ago

BioPhoton commented 8 years ago

Do i have to care about caching of POST requests?

jmdobry commented 8 years ago

No, Angular's $http will only cache GET requests.

BioPhoton commented 8 years ago

THX!