@ember-data/store 5.4.0-alpha.60 → 5.4.0-alpha.63
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.
- package/addon/-private.js +1 -1
- package/addon/{cache-handler-BTI9dTJb.js → cache-handler-Cm55UqNi.js} +1 -1
- package/addon/{cache-handler-BTI9dTJb.js.map → cache-handler-Cm55UqNi.js.map} +1 -1
- package/addon/index.js +1 -1
- package/package.json +9 -9
- package/unstable-preview-types/-private/store-service.d.ts +1 -1
package/addon/-private.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { A as ARRAY_SIGNAL, b as AdapterPopulatedRecordArray, C as CacheHandler, I as IdentifierArray, M as MUTATE, I as RecordArray, R as RecordArrayManager, d as SOURCE, S as Store, j as StoreMap, _ as _clearCaches, l as _deprecatingNormalize, a as coerceId, c as constructResource, e as ensureStringId, f as fastPush, i as isStableIdentifier, n as notifyArray, p as peekCache, r as recordIdentifierFor, g as removeRecordDataFor, k as setCacheFor, h as setRecordIdentifier, s as storeFor } from "./cache-handler-
|
|
1
|
+
export { A as ARRAY_SIGNAL, b as AdapterPopulatedRecordArray, C as CacheHandler, I as IdentifierArray, M as MUTATE, I as RecordArray, R as RecordArrayManager, d as SOURCE, S as Store, j as StoreMap, _ as _clearCaches, l as _deprecatingNormalize, a as coerceId, c as constructResource, e as ensureStringId, f as fastPush, i as isStableIdentifier, n as notifyArray, p as peekCache, r as recordIdentifierFor, g as removeRecordDataFor, k as setCacheFor, h as setRecordIdentifier, s as storeFor } from "./cache-handler-Cm55UqNi";
|
|
@@ -3581,7 +3581,7 @@ class Store extends EmberObject {
|
|
|
3581
3581
|
* and document cached.
|
|
3582
3582
|
*
|
|
3583
3583
|
* The cache key used is `requestConfig.cacheOptions.key`
|
|
3584
|
-
* if present, falling back to `
|
|
3584
|
+
* if present, falling back to `requestConfig.url`.
|
|
3585
3585
|
*
|
|
3586
3586
|
* Params are not serialized as part of the cache-key, so
|
|
3587
3587
|
* either ensure they are already in the url or utilize
|