Type Alias: BuildCache ​
BuildCache:
object
BuildCache contains information about a build cache record.
Type declaration ​
| Name | Type | Description |
|---|---|---|
CreatedAt? | string | Date and time at which the build cache was created in RFC 3339 format with nano-seconds. |
Description? | string | Description of the build-step that produced the build cache. |
ID? | string | Unique ID of the build cache record. |
InUse? | boolean | Indicates if the build cache is in use. |
LastUsedAt? | string | null | Date and time at which the build cache was last used in RFC 3339 format with nano-seconds. |
Parent? | string | null | ID of the parent build cache record. > Deprecated: This field is deprecated, and omitted if empty. |
Parents? | string[] | null | List of parent build cache record IDs. |
Shared? | boolean | Indicates if the build cache is shared. |
Size? | number | Amount 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 | - |