Catalyst::Plugin::Cache::FastMmap

Catalyst::Plugin::Cache::FastMmap allows integration of Cache::FastMmap and Catalyst.
Download

Catalyst::Plugin::Cache::FastMmap 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::FastMmap Tags


Catalyst::Plugin::Cache::FastMmap Description

Catalyst::Plugin::Cache::FastMmap allows integration of Cache::FastMmap and Catalyst. Catalyst::Plugin::Cache::FastMmap extends the Catalyst application class with a mmap cache.SYNOPSIS use Catalyst qw; MyApp->config->{cache}->{storage} = '/tmp/cache'; 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);This package is part of the Catalyst Cache family. It extends the Catalyst application class with a mmap cache.METHODScacheReturns an instance of Cache::FastMmap Requirements: · Perl


Catalyst::Plugin::Cache::FastMmap Related Software