Catalyst::Plugin::Cache::FileCache

Catalyst::Plugin::Cache::FileCache module extends base class with a file cache.
Download

Catalyst::Plugin::Cache::FileCache Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Christian Hansen and Sebastian Riedel
  • Publisher web site:
  • http://search.cpan.org/~mramberg/Catalyst-Plugin-Cache-FastMmap-0.71/lib/Catalyst/Plugin/Cache/FastMmap.pm

Catalyst::Plugin::Cache::FileCache Tags


Catalyst::Plugin::Cache::FileCache Description

Catalyst::Plugin::Cache::FileCache module extends base class with a file cache. Catalyst::Plugin::Cache::FileCache module extends base class with a file cache.SYNOPSIS use Catalyst qw; MyApp->config->{cache}->{storage} = '/tmp'; MyApp->config->{cache}->{expires} = 3600; my $data; unless ( $data = $c->cache->get('data') ) { $data = MyApp::Model::Data->retrieve('data'); $c->cache->set( 'data', $data ); } $c->response->body($data);METHODScacheReturns an instance of Cache::FileCache Requirements: · Perrl


Catalyst::Plugin::Cache::FileCache Related Software