From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

$Util::Medley::Roles::Attributes::Cache::VERSION = '0.058';
=head1 NAME
Util::Medley::Roles::Attributes::Cache
=head1 VERSION
version 0.058
=cut
has Cache => (
is => 'ro',
isa => 'Util::Medley::Cache',
lazy => 1,
default => sub { return Util::Medley::Cache->new },
);
1;