NAME
CHI::Driver::BerkeleyDB::Manager - The great new CHI::Driver::BerkeleyDB::Manager!
VERSION
Version 0.01
SYNOPSIS
Quick summary of what the module does.
Perhaps a little code snippet.
use CHI::Driver::BerkeleyDB::Manager;
my $foo = CHI::Driver::BerkeleyDB::Manager->new();
...
SUBROUTINES/METHODS
_build__bdb_manager
builds the BerkeleyDB::Manager object from the args pass to the driver
_build__bdb
builds the BerkeleyDB::Manager object from the args pass to the driver
sub _build__bdb { my ($self) = @_; return $self->_bdb_manager->open_db( file => $self->namespace ); }
BUILD
Creates a hash of the BerkeleyDB::Manager arguements
store
fetch
remove
get_keys
AUTHOR
James Rouzier, <rouzier at gmail.com>
BUGS
Please report any bugs or feature requests to bug-chi-driver-berkeleydb_managerdb at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=CHI-Driver-BerkeleyDB::Manager. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc CHI::Driver::BerkeleyDB::Manager
You can also look for information at:
RT: CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=CHI-Driver-BerkeleyDB::Manager
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
http://cpanratings.perl.org/d/CHI-Driver-BerkeleyDB::Manager
Search CPAN
ACKNOWLEDGEMENTS
LICENSE AND COPYRIGHT
Copyright 2014 James Rouzier.
This program is free software; you can berkeleydb_managertribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.