Interface: CacheUpdatableInterface
Extends
Pick
<CacheInterface
,"key"
|"type"
|"data"
|"assignee"
>
Properties
Property | Type | Description | Inherited from |
---|---|---|---|
assignee | ReferenceIdInterface <string > | - | Pick.assignee |
data | null | string | data of the cache | Pick.data |
expiresIn | null | string | - | - |
key | string | key to be used as reference for the cache data | Pick.key |
type | string | Type of the passcode | Pick.type |