Interface: CacheInterface
Identifiable by id.
See
https://en.wikipedia.org/wiki/Reference_(computer_science) (opens in a new tab)
Extends
Properties
| Property | Type | Description | Inherited from |
|---|---|---|---|
assignee | ReferenceIdInterface<string> | - | ReferenceAssigneeInterface.assignee |
data | null | string | data of the cache | - |
dateCreated | Date | - | AuditInterface.dateCreated |
dateDeleted | AuditDateDeleted | - | AuditInterface.dateDeleted |
dateUpdated | Date | - | AuditInterface.dateUpdated |
expirationDate | null | Date | Date it will expire | - |
id | string | - | ReferenceIdInterface.id |
key | string | key to be used as reference for the cache data | - |
type | string | Type of the passcode | - |
version | number | - | AuditInterface.version |