angular.service.$xhr.cache

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