Cache/DB_File version 0.2
==========================

Cache::DB_File is a cache system that has a optional limit on
the number of elements, and optional time limits on elements.
When the memory cache reaches its limit, it will swap infrequently
used elements to disk.  

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  perl 5.6.1
  DB_File

COPYRIGHT AND LICENCE

Copyright (C) 2002 Ask Solem Hoel <ask@unixmonks.net>

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself. 

