File-DigestStore

 view release on metacpan or  search on metacpan

lib/File/DigestStore.pm  view on Meta::CPAN

setting so the default is usually fine.

This has the same special-casing for strings as dir_mask.

=head2 layers (optional, default ":raw")

The PerlIO layer to use when storing and retrieving data. Note that while
this could be used to set the encoding for string I/O (e.g. with
store_string()), the Digest algorithms expect your strings to be sequences
of octets. This is mainly here for if you wish to use a layer that performs
transparent compression.

=head1 PRIVATE MOOSE FIELDS

=head2 nhash (optional, builds an Algorithm::Nhash based on I<levels>)

This is the internal Algorithm::Nhash object used to convert a file's hash
into subdirectories.

=head1 METHODS



( run in 0.277 second using v1.01-cache-2.11-cpan-0a6323c29d9 )