API Reference
Rockets Core API
nestjs-cache
classes
CachePostgresEntity

Class: abstract CachePostgresEntity

Cache Postgres Entity

Extends

Implements

Constructors

new CachePostgresEntity()

new CachePostgresEntity(): CachePostgresEntity

Returns

CachePostgresEntity

Inherited from

CommonPostgresEntity.constructor

Properties

PropertyTypeDescriptionInherited from
assigneeReferenceIdInterface<string>Should be overwrite by the table it will be assigned to-
datanull | stringdata of the cache-
dateCreatedDateDate created.CacheInterface.dateCreated CommonPostgresEntity.dateCreated
dateDeletedAuditDateDeletedDate deleted.CacheInterface.dateDeleted CommonPostgresEntity.dateDeleted
dateUpdatedDateDate updated.CacheInterface.dateUpdated CommonPostgresEntity.dateUpdated
expirationDatenull | DateDate it will expire-
idstring-CacheInterface.id CommonPostgresEntity.id
keystringkey to be used as reference for the cache data-
typestringType of the passcode-
versionnumberVersionCacheInterface.version CommonPostgresEntity.version