libcache-bdb-perl

Object caching wrapper around berkeleydb
  https://metacpan.org/release/Cache-BDB
  0
  no reviews



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.