| KiokuDB documentation | view source | Contained in the KiokuDB distribution. |
KiokuDB::Backend::Hash - In memory backend for testing purposes.
my $dir = KiokuDB->new(
backend => KiokuDB::Backend::Hash->new(),
);
This KiokuDB backend provides in memory storage and retrieval of
KiokuDB::Entry objects using Storable's dclone to make dumps of the
backend clear.
| KiokuDB documentation | view source | Contained in the KiokuDB distribution. |