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