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