Binary package “libhttp-cache-transparent-perl” in ubuntu trusty

Perl module used to transparently cache HTTP requests

 This is the CPAN module HTTP::Cache::Transparent.
 .
 HTTP::Cache::Transparent is an implementation of HTTP GET that keeps a
 local cache of fetched pages to avoid fetching the same data from the
 server if it hasn't been updated. The cache is stored on disk and is
 thus persistent between invocations.
 .
 The http-headers If-Modified-Since and ETag are used to let the server
 decide if the version in the cache is up-to-date or not. All
 http-requests are made through the LWP module. Data is stored on disk
 by the Storable module. Digest::MD5 is used for creating a hash of the
 URL.