libcache-simple-timedexpiry-perl

Perl module to cache and expire key/value pairs

Description

Example:

my $h = new Cache::Simple::TimedExpiry;

$h->set(Forever => "Don't expire", 0); do {$h->set($_,"Value of $_", 1); sleep 2;} for qw(Have a nice day); $,=' '; print $h->elements; $h->dump; sleep 4; print $h->elements; $h->dump;

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://metacpan.org/release/Cache-Simple-TimedExpiry


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libcache-simple-timedexpiry-perl