$http.get('http://server/myapi', {
}).success(function() {//処理成功});
欢迎选择我的课程,让我们一起见证您的进步~~
一般的には、AngularCache をお勧めします https://github.com/jmdobry/angular-cache
時間ごとに有効期限を設定できます
キャッシュを保存する
var $httpDefaultCache = $cacheFactory.get('$http');
その後、制御できます $httpDefaultCache.remove(key);// key は /api/user/current/51a9020d91799f1e9b8db12f などの URL です
一般的には、AngularCache をお勧めします
https://github.com/jmdobry/angular-cache
時間ごとに有効期限を設定できます
キャッシュを保存する
var $httpDefaultCache = $cacheFactory.get('$http');
その後、制御できます
$httpDefaultCache.remove(key);
// key は /api/user/current/51a9020d91799f1e9b8db12f などの URL です