Class: BaseInMemoryKVStore
Hierarchy
-
↳
BaseInMemoryKVStore
Constructors
constructor
• new BaseInMemoryKVStore(): BaseInMemoryKVStore
Returns
Inherited from
Methods
delete
▸ delete(key
, collection?
): Promise
<boolean
>
Parameters
Name | Type |
---|---|
key | string |
collection? | string |
Returns
Promise
<boolean
>