| Cache-BerkeleyDB documentation | view source | Contained in the Cache-BerkeleyDB distribution. |
Cache::BerkeleyDB_Backend -- persistance mechanism based on BerkeleyDB
The BerkeleyDB_Backend class is used to persist data to a BerkeleyDB file.
my $backend = new Cache::BerkeleyDB_Backend( ); See Cache::FileBackend or Cache::MemoryBackend for the usage synopsis.
See Cache::FileBackend for the API documentation.
Cache::BerkeleyDB.
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.
| Cache-BerkeleyDB documentation | view source | Contained in the Cache-BerkeleyDB distribution. |