How to implement caching in angular 1.x?



How to implement caching in angular 1.x?..

Answer / Amar Gupta

In AngularJS, you can use the $cacheFactory service to create custom caches for various purposes. The $http service also provides automatic caching of responses by default.n

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More AngularJS Interview Questions

What does spa (single page application) mean? How can we implement spa with angular?

1 Answers  


Explain .config() and .run() methods in angularjs?

1 Answers  


Differentiate between Components and Directives in Angular 5?

1 Answers  


How to declare a component in angular 2?

1 Answers  


What is jQLite or jQuery lite?

1 Answers   Mind Tree,


What are components in angular7?

1 Answers  


What are the basic steps to unit test an angularjs filter?

1 Answers  


How to use angular js data grid/ng-grid?

1 Answers  


How to assign alternate class to rows in angular js?

1 Answers  


Explain the architecture of angular 2?

1 Answers  


What is default scope in a angularjs directive?

1 Answers  


Is angular backward compatible?

1 Answers  


Categories