-
-
15 Jan 2021 15:14:32 UTC
- Distribution: Perlanet
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers
- Kwalitee
Bus factor: 1- License: perl_5
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (68.39KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
Perlanet::Trait::Cache - cache feeds with CHI
SYNOPSIS
my $perlanet = Perlanet->new_with_traits( traits => [ 'Perlanet::Trait::Cache' ] ); $perlanet->run;
DESCRIPTION
Everytime a page is fetched it is cached first through CHI. This allows you to cache pages to a local disk for example, if the feed has not changed.
ATTRIBUTES
cache
The Chi cache object
AUTHOR
Dave Cross, <dave@perlhacks.com>
COPYRIGHT AND LICENSE
Copyright (c) 2010 by Magnum Solutions Ltd.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.
Module Install Instructions
To install Perlanet, copy and paste the appropriate command in to your terminal.
cpanm Perlanet
perl -MCPAN -e shell install Perlanet
For more information on module installation, please visit the detailed CPAN module installation guide.