DEV Community

Discussion on: Client-side caching with Angular

Collapse
 
ribizlim profile image
Mark Magyarodi

I don't see any reason to cache HTTP requests other than GET. For any backend modification the server needs to be contacted...

Collapse
 
mauro_codes profile image
Mauro Garcia

That's right! Maybe I could remove cacheMins from HttpOptions and add an additional param only for get requests.