The following module was proposed for inclusion in the Module List:
modid: Tie::Cache::Autoupdater
DSLIP: Rnprp
description: cache that automatically updated
userid: ANTONFIN (Anton Morozov)
chapterid: 6 (Data_Type_Utilities)
communities:
similar:
rationale:
1. It used like "tie my %cache, 'Tie::Cache::Autoupdate'", so
"Tie". 2. Need for caching, so "Cache". 3. It can automatically
update data in cache, so "Autoupdater".
EXAMPLE:
use Tie::Cache::Autoupdater; tie my %cache,
'Tie::Cache::Autoupdate', db => { source => \&get_from_db, timeout
=> 30 }, file => { source => \&get_from_file, timeout => 0.5 };
enteredby: ANTONFIN (Anton Morozov)
enteredon: Tue Feb 22 09:42:28 2011 GMT
The resulting entry would be:
Tie::Cache::
::Autoupdater Rnprp cache that automatically updated ANTONFIN
Thanks for registering,
--
The PAUSE
PS: The following links are only valid for module list maintainers:
Registration form with editing capabilities:
https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=fa400000_d622eb8a16300004&SUBMIT_pause99_add_mod_preview=1
Immediate (one click) registration:
https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=fa400000_d622eb8a16300004&SUBMIT_pause99_add_mod_insertit=1
Peek at the current permissions:
https://pause.perl.org/pause/authenquery?pause99_peek_perms_by=me&pause99_peek_perms_query=Tie%3A%3ACache%3A%3AAutoupdater