API Reference
Rockets Core API
nestjs-cache
classes
CacheDto

Class: CacheDto

Cache Create DTO

Extends

Implements

Constructors

new CacheDto()

new CacheDto(): CacheDto

Returns

CacheDto

Inherited from

CommonEntityDto.constructor

Properties

PropertyTypeDefault valueDescriptionInherited from
assigneeReferenceIdInterface<string>undefinedAssignee-
datanull | stringundefineddata-
dateCreatedDateundefinedDate createdCacheInterface.dateCreated CommonEntityDto.dateCreated
dateDeletedAuditDateDeletedundefinedDate deletedCacheInterface.dateDeleted CommonEntityDto.dateDeleted
dateUpdatedDateundefinedDate updatedCacheInterface.dateUpdated CommonEntityDto.dateUpdated
expirationDatenull | DateundefinedexpirationDate-
expiresInnull | stringundefinedExpressed in seconds or a string describing a time span zeit/ms (opens in a new tab). Eg: 60, "2 days", "10h", "7d"-
idstringundefined-CacheInterface.id CommonEntityDto.id
keystring''key-
typestring''type-
versionnumberundefinedVersionCacheInterface.version CommonEntityDto.version