Skip to content

API Documentation / @pinia/colada / QueryCache

Type Alias: QueryCache

ts
type QueryCache = ReturnType<typeof useQueryCache>;

The cache of the queries. It's the store returned by useQueryCache.

Released under the MIT License.