DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibhttp-cache-transparent-perl
BeschreibungPerl module used to transparently cache HTTP requests
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version1.0-1
Sektionperl
Prioritätoptional
Installierte Größe92 Byte
Hängt ab vonlibwww-perl (>= 5.805), perl (>= 5.6.0-16)
Empfohlene Pakete
PaketbetreuerBart Martens
Quelle
Paketgröße13970 Byte
Prüfsumme MD5dca9627aaa320ae76b86b9cc92bfb6d8
Prüfsumme SHA1f7ca323796b4219305adfd5d990000ad9483040c
Prüfsumme SHA2567e7e3a760420c730d3fa996431e38262473339b1778ee231e798614005cbbb77
Link zum Herunterladenlibhttp-cache-transparent-perl_1.0-1_all.deb
Ausführliche BeschreibungThis 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.


Impressum
Linux is a registered trademark of Linus Torvalds