Interface: IConversationEventServiceCache
models.IConversationEventServiceCache
Methods
get
▸ get(key
): Promise
<string
>
Parameters
Name | Type |
---|---|
key | string |
Returns
Promise
<string
>
Defined in
packages/convostack-models/dist/index.d.ts:83
set
▸ set(key
, value
): Promise
<any
>
Parameters
Name | Type |
---|---|
key | string |
value | string |
Returns
Promise
<any
>
Defined in
packages/convostack-models/dist/index.d.ts:84