EndpointCache.get()method

get(payload: P, caller: AnyCaller = this.get): EndpointStore<P, R>

Get (or create) the EndpointStore for the given payload.

  • Stores are keyed by the rendered request URL, so equivalent payloads share a store.