NAME

API::Docker::Type::BuildCache - Information about a build cache record

VERSION

version 0.004

DESCRIPTION

Generated from the BuildCache definition of spec/v1.51.yaml.

id

Unique ID of the build cache record. Serialised as ID -- spelled out, because deriving it from the Perl name would produce Id.

parents

List of parent build cache record IDs.

type

Cache record type. The swagger enumerates internal, frontend, source.local, source.git.checkout, exec.cachemount and regular.

description

Description of the build-step that produced the build cache.

in_use

Indicates if the build cache is in use.

shared

Indicates if the build cache is shared.

size

Amount of disk space used by the build cache (in bytes).

created_at

Date and time at which the build cache was created in RFC 3339 format with nano-seconds.

last_used_at

Date and time at which the build cache was last used in RFC 3339 format with nano-seconds.

usage_count

Undocumented upstream. A count of uses, 26 in the swagger's example. The record's two other usage fields, "in_use" and "last_used_at", are described upstream; this one is not.

SUPPORT

Issues

Please report bugs and feature requests on GitHub at https://github.com/Getty/p5-api-docker/issues.

CONTRIBUTING

Contributions are welcome! Please fork the repository and submit a pull request.

AUTHOR

Torsten Raudssus <getty@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2026 by Torsten Raudssus <torsten@raudssus.de> https://raudssus.de/.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.