On Fri, 8 Sep 2000, Tim Sweetman wrote:
> > - Use the DBIx namespace for the module.
>
> Possibly. SQL is not the only application for this sort of tool, though
> it seems to be the main one.
The module we're discussing is DBI-specific. At least the interesting
part of it is. The actual caching part is the second most re-invented
wheel on the mod_perl list, right behind templating systems.
> > - If possible, use some existing cache module for the storage, like
> > Apache::Session or one of the m/Cache/ modules on CPAN.
>
> IIRC, Apache::Session *generates* its own key for each session.
It only does that if you don't hand it one.
- Perrin