1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/databases/p5-Cache-BDB/pkg-descr
Sunpoet Po-Chuan Hsieh 865b2e7801 - Add LICENSE
- Sort PLIST
- Reformat pkg-descr
2014-07-06 18:49:41 +00:00

8 lines
385 B
Plaintext

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/