Interface: CacheClearInterface<O>
Type Parameters
Type Parameter | Default type |
---|---|
O extends ReferenceQueryOptionsInterface | ReferenceQueryOptionsInterface |
Methods
clear()
clear(
assignment
,cache
,options
?):Promise
<void
>
Clear all caches for assign in given category.
Parameters
Parameter | Type | Description |
---|---|---|
assignment | string | The assignment of the repository |
cache | Pick <CacheInterface , "assignee" > | The cache to clear |
options ? | O | - |
Returns
Promise
<void
>
Defined in
ts-common/src/cache/interfaces/cache-clear.interface.ts:16 (opens in a new tab)