persistCache
persistCache(
cache,storage,opts?): () =>void
Defined in: packages/mcp-query/src/core/persist.ts:19
Hydrate cache from storage and keep it saved. Returns a stop() function.
Parameters
Section titled “Parameters”storage
Section titled “storage”PersistOptions = {}
Returns
Section titled “Returns”() => void