Skip to content

dsdk / v1.47 / BuildCache

Type Alias: BuildCache ​

BuildCache: object

BuildCache contains information about a build cache record.

Type declaration ​

NameTypeDescription
CreatedAt?stringDate and time at which the build cache was created in RFC 3339 format with nano-seconds.
Description?stringDescription of the build-step that produced the build cache.
ID?stringUnique ID of the build cache record.
InUse?booleanIndicates if the build cache is in use.
LastUsedAt?string | nullDate and time at which the build cache was last used in RFC 3339 format with nano-seconds.
Parent?string | nullID of the parent build cache record. > Deprecated: This field is deprecated, and omitted if empty.
Parents?string[] | nullList of parent build cache record IDs.
Shared?booleanIndicates if the build cache is shared.
Size?numberAmount of disk space used by the build cache (in bytes).
Type?"internal" | "frontend" | "source.local" | "source.git.checkout" | "exec.cachemount" | "regular"Cache record type.
UsageCount?number-