1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Source: libcache-bdb-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Christopher Hoskin <mans0954@debian.org>
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.
|