Catalyst::Plugin::Cache::Store man page on Fedora

Man page or keyword search:  
man Server   31170 pages
apropos Keyword Search (all sections)
Output format
Fedora logo
[printable version]

Catalyst::Plugin::CachUsertContributed Perl DCatalyst::Plugin::Cache::Store(3)

NAME
       Catalyst::Plugin::Cache::Store - how to write a Cache store plugin.

SYNOPSIS
	   package Catalyst::Plugin::Cache::Store::Frobnicator;

	   sub setup_frobnicator_cache_backend {
	       my ( $app, $name, $config ) = @_;

	       ....

	       $app->register_cache_backend( $name => $cache_object );
	   }

DESCRIPTION
       In order to write a cache store plugin, all you need is to implement a
       method following the naming convention:

	   setup_<<lower case store name>>_cache_backend {

	   }

       For example "setup_fastmmap_cache_backend" for
       Catalyst::Plugin::Cache::Store::FastMmap.

       and call "register_cache_backend" from within that.

       The method will get the backend name and configuration as it's first
       and second arguments.

       All invokation of the setup methods will be automatic, based on the
       configuration. However, the plugin must be loaded by the user.

       Note that store plugins are only necessary if some configuration
       defaults that are catalyst specific need to be provided.

       For most cases simply using a cache class instead of a plugin is
       sufficient.

perl v5.14.1			  2009-07-30 Catalyst::Plugin::Cache::Store(3)
[top]

List of man pages available for Fedora

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net