KiokuDB::Backend::Hash - In memory backend for testing purposes.
Contents
Copyright And License
This software is copyright (c) 2014 by Yuval Kogman, Infinity Interactive.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5
programming language system itself.
perl v5.34.0 2022-05-23 KiokuDB::Backend::Hash(3pm)
Description
This KiokuDB backend provides in memory storage and retrieval of KiokuDB::Entry objects using Storable's
"dclone" to make dumps of the backend clear.
Name
KiokuDB::Backend::Hash - In memory backend for testing purposes.
Synopsis
my $dir = KiokuDB->new(
backend => KiokuDB::Backend::Hash->new(),
);
Version
version 0.57
