Class: abstract
CachePostgresEntity
Cache Postgres Entity
Extends
Implements
Constructors
new CachePostgresEntity()
new CachePostgresEntity():
CachePostgresEntity
Returns
Inherited from
CommonPostgresEntity
.constructor
Properties
Property | Type | Description | Inherited from |
---|---|---|---|
assignee | ReferenceIdInterface <string > | Should be overwrite by the table it will be assigned to | - |
data | null | string | data of the cache | - |
dateCreated | Date | Date created. | CacheInterface .dateCreated CommonPostgresEntity .dateCreated |
dateDeleted | AuditDateDeleted | Date deleted. | CacheInterface .dateDeleted CommonPostgresEntity .dateDeleted |
dateUpdated | Date | Date updated. | CacheInterface .dateUpdated CommonPostgresEntity .dateUpdated |
expirationDate | null | Date | Date it will expire | - |
id | string | - | CacheInterface .id CommonPostgresEntity .id |
key | string | key to be used as reference for the cache data | - |
type | string | Type of the passcode | - |
version | number | Version | CacheInterface .version CommonPostgresEntity .version |