NAME

KiokuDB::Backend::CHI - CHI backend for KiokuDB

VERSION

version 0.01

SYNOPSIS

my $dir = KiokuDB->new(
  backend => KiokuDB::Backend::CHI->new(
    cache => CHI->new(driver => 'Memory',datastore => {}),
  ),
);

DESCRIPTION

A more detailed description will come later, but the module should hopefully be self-explanatory enough for the purposes of testing.

BUGS

Most software has bugs. This module probably isn't an exception. If you find a bug please either email me, or add the bug to cpan-RT.

AUTHOR

Anders Nor Berle <berle@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2010 by Anders Nor Berle.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.