bruce-models 0.0.5 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2468,6 +2468,7 @@ var EntityTag;
2468
2468
  }
2469
2469
  });
2470
2470
  }); });
2471
+ api.Cache.Set(GetCacheKey(reqIds[i]), req, Api.DEFAULT_CACHE_DURATION);
2471
2472
  reqs.push(req);
2472
2473
  };
2473
2474
  for (i = 0; i < reqIds.length; i++) {