Paketname | libhttp-cache-transparent-perl |
Beschreibung | Perl module used to transparently cache HTTP requests |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.0-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 92 Byte |
Hängt ab von | libwww-perl (>= 5.805), perl (>= 5.6.0-16) |
Empfohlene Pakete | |
Paketbetreuer | Bart Martens |
Quelle | |
Paketgröße | 13970 Byte |
Prüfsumme MD5 | dca9627aaa320ae76b86b9cc92bfb6d8 |
Prüfsumme SHA1 | f7ca323796b4219305adfd5d990000ad9483040c |
Prüfsumme SHA256 | 7e7e3a760420c730d3fa996431e38262473339b1778ee231e798614005cbbb77 |
Link zum Herunterladen | libhttp-cache-transparent-perl_1.0-1_all.deb |
Ausführliche Beschreibung | 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.
|