Interface: CacheUpdateInterface<O>
Type Parameters
| Type Parameter | Default type |
|---|---|
O extends ReferenceQueryOptionsInterface | ReferenceQueryOptionsInterface |
Methods
update()
update(
assignment,cache,options?):Promise<CacheInterface>
Update a cache based on params
Parameters
| Parameter | Type | Description |
|---|---|---|
assignment | string | The cache assignment |
cache | CacheUpdatableInterface | The dto with unique keys to delete |
options? | O | - |
Returns
Promise<CacheInterface>
Defined in
ts-common/src/cache/interfaces/cache-update.interface.ts:17 (opens in a new tab)