summaryrefslogtreecommitdiffstats
path: root/perl/perl-lwp-useragent-cached/README
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-lwp-useragent-cached/README')
-rw-r--r--perl/perl-lwp-useragent-cached/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/perl/perl-lwp-useragent-cached/README b/perl/perl-lwp-useragent-cached/README
new file mode 100644
index 0000000000..e3700fdfc6
--- /dev/null
+++ b/perl/perl-lwp-useragent-cached/README
@@ -0,0 +1,5 @@
+perl-lwp-useragent-cached (LWP::UserAgent caching mechanism)
+
+LWP::UserAgent::Cached is yet another LWP::UserAgent subclass with cache
+support. It stores cache in the files on local filesystem and if response
+already available in the cache returns it instead of making HTTP request.