var itemPromise = foreignKey ?
                      this.itemCache.getBy(this.remoteStore.id_key(), id, ctx)
                    : this.itemCache.get(id, ctx);