blob: 0a5a259574b700d672675a21ca0cae185e846ebe (
plain) (
blame)
1
2
3
4
5
6
7
8
|
This module implements a caching layer around BerkeleyDB for object
persistence. It implements the basic methods necessary to add,
retrieve, and remove objects. The main advantage over other caching
modules is performance. I've attempted to stick with a
Cache::Cache-like interface as much as possible, though it may differ
here and there.
WWW: http://search.cpan.org/dist/Cache-BDB/
|