Interface: CacheStoreSharedOptions<C>
Defined in: schemas/v2/cache/shared.ts:16
Type Parameters
| Type Parameter | Default type |
|---|---|
C extends Record<string, unknown> | Record<string, unknown> |
Properties
| Property | Type | Description |
|---|---|---|
convert? | CacheStoreConvertOptions<C> | - |
patchUnknownItem? | boolean | When editing an item, store the new attributes when no item is found. Otherwise, the item will not be updated. Default false |