Class: abstract
BaseInMemoryKVStore
Extends
Constructors
new BaseInMemoryKVStore()
new BaseInMemoryKVStore():
BaseInMemoryKVStore
Returns
Inherited from
Methods
delete()
abstract
delete(key
,collection
?):Promise
<boolean
>
Parameters
• key: string
• collection?: string
Returns
Promise
<boolean
>