Source: libcache-bdb-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Christopher Hoskin Build-Depends: debhelper (>= 11) Build-Depends-Indep: libberkeleydb-perl, libtest-pod-coverage-perl, libtest-pod-perl, perl Standards-Version: 4.2.1 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcache-bdb-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcache-bdb-perl.git Homepage: https://metacpan.org/release/Cache-BDB Testsuite: autopkgtest-pkg-perl Package: libcache-bdb-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libberkeleydb-perl Description: object caching wrapper around BerkeleyDB Cache::BDB implements a caching layer around BerkeleyDB for object persistence. It implements the basic methods necessary to add, retrieve, and remove objects but not expiration, automatic purging etc. The main advantage over other caching modules is performance. The API is reasonably feature rich, but does not compare with using BerkeleyDB directly. . The interface is similar to Cache::Cache.