Class: CacheDto
Cache Create DTO
Extends
Implements
Constructors
new CacheDto()
new CacheDto():
CacheDto
Returns
Inherited from
Properties
Property | Type | Default value | Description | Inherited from |
---|---|---|---|---|
assignee | ReferenceIdInterface <string > | undefined | Assignee | - |
data | null | string | undefined | data | - |
dateCreated | Date | undefined | Date created | CacheInterface .dateCreated CommonEntityDto .dateCreated |
dateDeleted | AuditDateDeleted | undefined | Date deleted | CacheInterface .dateDeleted CommonEntityDto .dateDeleted |
dateUpdated | Date | undefined | Date updated | CacheInterface .dateUpdated CommonEntityDto .dateUpdated |
expirationDate | null | Date | undefined | expirationDate | - |
expiresIn | null | string | undefined | Expressed in seconds or a string describing a time span zeit/ms (opens in a new tab). Eg: 60, "2 days", "10h", "7d" | - |
id | string | undefined | - | CacheInterface .id CommonEntityDto .id |
key | string | '' | key | - |
type | string | '' | type | - |
version | number | undefined | Version | CacheInterface .version CommonEntityDto .version |