Interface: CacheCreateInterface<O>
Type Parameters
| Type Parameter | Default type |
|---|---|
O extends ReferenceQueryOptionsInterface | ReferenceQueryOptionsInterface |
Methods
create()
create(
assignment,cache,options?):Promise<CacheInterface>
Create a cache with a for the given assignee.
Parameters
| Parameter | Type | Description |
|---|---|---|
assignment | string | The cache assignment |
cache | CacheCreatableInterface | The CACHE to create |
options? | O | - |
Returns
Promise<CacheInterface>
Defined in
ts-common/src/cache/interfaces/cache-create.interface.ts:18 (opens in a new tab)