Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How to enable caching in $http service?



How to enable caching in $http service?..

Answer / chaitanya

You can enable caching in $http service by setting configuration property cache to true. When cache is enabled, $http service stores the response from the server in local cache. In this way, next time the response will be served from the cache without sending request to server. $http.get("http://server/myserviceapi",{ cache:true }).sucess(function(){ //TO DO: });

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More AngularJS Interview Questions

What is async pipe in angular?

0 Answers  


How to manage cookie in AngularJS?

0 Answers  


Explain route configuration? And explain with code?

0 Answers  


What is feature modules?

0 Answers  


Explain the ng-model directive in angularjs.

0 Answers  


What classes should I add to module's declarations?

0 Answers  


What an angular 5 component made of? How do you generate a new component?

0 Answers  


What is hoisting in js?

0 Answers  


What is services in angular?

0 Answers  


Can angularjs be used for backend?

0 Answers  


What is mvc5?

0 Answers  


When did you use currency filter in angularjs?

0 Answers  


Categories