Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67a
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Perl Modules

    Catalyst::Plugin::Cache::Store::FastMmap 0.02

    Download button

    No screenshots available
    Downloads: 373  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Yuval Kogman | More programs
    Perl Artistic License / FREE
    October 9th, 2007, 22:05 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Catalyst::Plugin::Cache::Store::FastMmap description

    A FastMmap cache store for Catalyst::Plugin::Cache.

    Catalyst::Plugin::Cache::Store::FastMmap is a 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",
    },
    });

    STATUS

    This 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.

    This 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.

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    FastMmap cache | cache store | Perl module | FastMmap | cache | store

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM