Interface: CacheStoreEventMap
Defined in: schemas/v2/cache/store.ts:46
Properties
| Property | Type | Description |
|---|---|---|
missingItem | ["address" | "benefit" | "campaign" | "client" | "deliverable" | "goal" | "media" | "member" | "post" | "pledge-event" | "tier" | "user" | "webhook", string] | Emitted when an item is not found in the cache |
missingMockedAttributes | [{ id: null | string; resource: Webhook; }] | Emitted when a request has no mocked attributes for a method. |
ready | [] | Emitted when the initial items have been stored in the cache |