DataStore::CAS::Virtual - In-memory CAS for debugging and testing
version 0.07
This class implements an in-memory CAS, and is highly "hackable", mainly intended for writing test scenarios.
The Digest algorithm to use for put.
put
The actual perl-hashref of digest-hash/content pairs, which are set by 'put' and read by 'get'. You can pre-populate this. The digest-hashes are not checked for accuracy.
See DataStore::CAS
This is optimized for directly writing a scalar to the ->entries attribute.
Iterates a sorted keys %{$cas-entries}>
keys %{$cas-
Michael Conrad <mconrad@intellitree.com>
This software is copyright (c) 2022 by Michael Conrad, and IntelliTree Solutions llc.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
To install DataStore::CAS, copy and paste the appropriate command in to your terminal.
cpanm
cpanm DataStore::CAS
CPAN shell
perl -MCPAN -e shell install DataStore::CAS
For more information on module installation, please visit the detailed CPAN module installation guide.