angular.service.$xhr.cache

Work in Progress This page is currently being revised. It might be incomplete or contain inaccuracies.

Description

Acts just like the $xhr service but caches responses for GET requests. All cache misses are delegated to the $xhr service.

Dependencies

Usage

cache(method, url[, post], success[, error][, verifyCache][, sync]);

Parameters

Properties