invalidateSlotCache
function invalidateSlotCache(slotKey?): void;Defined in: packages/asset-client/src/slots.ts:77
Wipe the in-process cache (test helper or forced refresh).
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
slotKey? |
string |
Returns
Section titled “Returns”void