Query: catalyst::plugin::cache::store::fastmmap
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Catalyst::Plugin::Cache::Store::FastMmap(3pm) User Contributed Perl Documentation Catalyst::Plugin::Cache::Store::FastMmap(3pm)NAMECatalyst::Plugin::Cache::Store::FastMmap - DEPRECATED - FastMmap cache store for Catalyst::Plugin::Cache.SYNOPSIS# instead of using this plugin, you can now do this: use Catalyst qw/ Cache /; __PACKAGE__->config( cache => { backend => { class => "Cache:FastMmap", share_file => "/path/to/file", cache_size => "16m", }, });STATUSThis plugin is deprecated because Cache::FastMmap no longer needs to be wrapped to store plain values. It is still available on the CPAN for backwards compatibility and will still work with newer versions of Cache::FastMmap with a slight performance degredation.DESCRIPTIONThis store plugin is a bit of a wrapper for Cache::FastMmap. While you could normally just configure with backend => { class => "Cache::FastMmap", share_file => ..., } Cache::FastMmap can't store plain values by default. This module ships with a subclass that will wrap all values in a scalar reference before storing. This store plugin will try to provide a default "share_file" as well, that won't clash with other apps.CONFIGURATIONSee "CONFIGURATION" in Catalyst::Plugin::Cache for a general overview of cache plugin configuration. This plugin just takes a hash reference in the backend field and passes it on to Cache::FastMmap.SEE ALSOCatalyst::Plugin::Cache, Cache::FastMmap.AUTHORYuval Kogman, "nothingmuch@woobling.org" COPYRIGHT & LICENSE Copyright (c) Yuval Kogman, 2006. All rights reserved. This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself, as well as under the terms of the MIT license. perl v5.14.2 2007-07-05 Catalyst::Plugin::Cache::Store::FastMmap(3pm)
Similar Topics in the Unix Linux Community |
---|
Buffer Cache |
Xfce WMdock Plugin 0.1.9 (Default branch) |
Cache 901 0.4 (Default branch) |
Cache 901 0.6 (Default branch) |
Cache 901 0.6.1 (Default branch) |