@wpkernel/ui / Prefetcher
Interface: Prefetcher<TQuery>
Interface for the prefetcher, which exposes stable cache prefetch helpers for a resource.
Type Parameters
TQuery
TQuery = unknown
Properties
prefetchGet
ts
prefetchGet: PrefetchGet;Prefetches a single item from the resource.
prefetchList
ts
prefetchList: PrefetchList<TQuery>;Prefetches a list of items from the resource.
