in reply to Wanted: LWP::Cache

I've had on my to-do list for a while to implement a transparent cache for LWP::UserAgent, because I've run across similar things to you.

But instead of doing that, you could also just set up Apache's mod_proxy to be a caching proxy, and then point your UserAgent's proxy settings at your apache server. That'd effectively be the same thing.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.