API Reference
Rockets Core API
nestjs-cache
classes
CacheSqliteEntity

Class: abstract CacheSqliteEntity

Cache Sqlite Entity

Extends

Implements

Constructors

new CacheSqliteEntity()

new CacheSqliteEntity(): CacheSqliteEntity

Returns

CacheSqliteEntity

Inherited from

CommonSqliteEntity.constructor

Properties

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