-
-
Notifications
You must be signed in to change notification settings - Fork 20
Cache
Denis Hilt edited this page Jan 20, 2021
·
2 revisions
If the source of data is remote, it might be very important to implement an intermediate Cache layer between Scroller's Datasource and Remote Data. Something like Angular HTTP Caching Interceptor for http calls, but more list-items specific, that could be easily integrated with the Datasource.get
implementation.