The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Cache::BerkeleyDB_Backend -- persistance mechanism based on BerkeleyDB

DESCRIPTION

The BerkeleyDB_Backend class is used to persist data to a BerkeleyDB file.

SYNOPSIS

  my $backend = new Cache::BerkeleyDB_Backend( );

  See Cache::FileBackend or Cache::MemoryBackend for the usage
  synopsis.

METHODS

See Cache::FileBackend for the API documentation.

SEE ALSO

Cache::BerkeleyDB.

AUTHOR

Baldur Kristinsson <bk@mbl.is>, January 2006.

 Copyright (c) 2006 Baldur Kristinsson. All rights reserved.
 This program is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself.