View Source DockerEngineAPI.Model.BuildCache (docker_engine_api v1.43.0)

BuildCache contains information about a build cache record.

Summary

Types

@type t() :: %DockerEngineAPI.Model.BuildCache{
  CreatedAt: String.t(),
  Description: String.t(),
  ID: String.t(),
  InUse: boolean(),
  LastUsedAt: String.t(),
  Parent: String.t(),
  Parents: [String.t()],
  Shared: boolean(),
  Size: integer(),
  Type: String.t(),
  UsageCount: integer()
}