Description
Perl applications can cache HTTP GET results persistently so repeated requests can be served without contacting the remote server every time. This is useful for crawlers, API clients, and tools that revisit the same resources.
It is an HTTP caching library. Cached responses can contain private or stale data, so applications should choose storage, expiry, and cache keys carefully.