watzon / salesforce-angular2-boilerplate

Boilerplate for building an Angular 2 application on the Salesforce platform. Includes the ability to develop locally using the Salesforce REST API
MIT License
34 stars 25 forks source link

Add cache to SalesforceService #3

Open watzon opened 8 years ago

watzon commented 8 years ago

It would be nice to have a cache built in to the SalesforceService that could cache responses so that callouts don't have to be made all the time for data that rarely changes.