Hi,
I am calling a REST Web Service to load the data from the back end. Is there any way I can cache the Web Service call since this is the service that loads maximum data.
thanks.
Solved! Go to Solution.
Views
Replies
Total Likes
You can use angularjs caching module to cache REST responses.
Kindly mind this is purely client side caching, just to give you an idea,.. REST url becomes the key whereas response the object that you cache against it.
For more details checkout below URL: https://github.com/jmdobry/angular-cache
- Runal
Views
Replies
Total Likes
Views
Replies
Total Likes
How did you implemented your Restful Web Service - did you write a AEM Java servlet?
Views
Replies
Total Likes
You can use angularjs caching module to cache REST responses.
Kindly mind this is purely client side caching, just to give you an idea,.. REST url becomes the key whereas response the object that you cache against it.
For more details checkout below URL: https://github.com/jmdobry/angular-cache
- Runal
Views
Replies
Total Likes
or you might have to use some memory cache for this
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies