in reply to Re: how do you label and cache your database queries?
in thread how do you label and cache your database queries?
I actually wasn't using Cache::Cache last time I did this, although that would be a good choice. I was using BerkeleyDB.pm, which allows you to specify an amount of memory to use as a shared buffer and keeps the rest on disk. Cache::Cache or MLDBM::Sync would actually be much easier and may perform just as well.