Skip to content

API Documentation / @pinia/colada / toCacheKey

Function: toCacheKey()

ts
function toCacheKey(key): EntryNodeKey[]

Creates a QueryCache's caches key from an entry's UseQueryOptions#key.

Parameters

key

readonly (EntryNodeKey | _ObjectFlat)[]

key of the entry

Returns

EntryNodeKey[]

Released under the MIT License.