Package: libcache-simple-timedexpiry-perl (0.21-1) [universe]
Links for libcache-simple-timedexpiry-perl
Ubuntu Resources:
Download Source Package libcache-simple-timedexpiry-perl:
- [libcache-simple-timedexpiry-perl_0.21-1.dsc]
- [libcache-simple-timedexpiry-perl_0.21.orig.tar.gz]
- [libcache-simple-timedexpiry-perl_0.21-1.diff.gz]
Maintainer:
Please consider filing a bug or asking a question via Launchpad before contacting the maintainer directly.
Original Maintainer (usually from Debian):
- Andrew Stribblehill
It should generally not be necessary for users to contact the original maintainer.
Similar packages:
Perl module to cache and expire key/value pairs
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;
Other Packages Related to libcache-simple-timedexpiry-perl
|
|
|
-
- dep: perl (>= 5.6.0-16)
- Larry Wall's Practical Extraction and Report Language
Download libcache-simple-timedexpiry-perl
| Architecture | Package Size | Installed Size | Files |
|---|---|---|---|
| all | 5.2 kB | 60 kB | [list of files] |