dcache: disk based caching library
dcache is a database library implementing a persistent
first-in-first-out cache. The database (or `cache') size limits are
configured at creation time, and as soon as they are reached the oldest
records are automatically removed.
A number of commandline tools for managing the database are included.
Copyright
The dcache library files are published under the
GNU Lesser General Public License (don't hesitate to ask me
if this is a problem for you). The tools are published under the
GNU GENERAL PUBLIC LICENSE.
Recent changes
- 0.6.2 - 2005-07-15
This release fixes a few compiler and linker warnings, among them those
breaking the self check when using dietlibc. No functional changes were
done.
- 0.6.1 - 2005-07-05
dcacheadd has a new option to delete all old records with the key of
the record it inserts. dcachedel and dcacheadd can use transactions.
The dcachesh tool allows interactive dcache manipulation.
- 0.6.0 - 2000-07-14
Transaction support added.
- 0.5.0 - 2000-09-06
Initial release.