📜  Angular 7 中的缓存管理 - Javascript 代码示例
📅  最后修改于: 2022-03-11 15:03:04.332000             🧑  作者: Mango
代码示例1
return this._http.get({ url: 'https://example-api/products', cacheMins: 5 })