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 > Libraries

    Cache::FastMemoryCache 0.01

    Download button

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

    License / Price:

    Last Updated:

    Category:
    John Millaway | More programs
    Perl Artistic License / FREE
    May 29th, 2007, 00:05 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    Cache::FastMemoryCache description

    Cache::FastMemoryCache is a Perl module with in-memory cache of arbitrary data.

    Cache::FastMemoryCache is a Perl module with in-memory cache of arbitrary data.

    SYNOPSIS

    use Cache::FastMemoryCache;

    my $cache = new Cache::FastMemoryCache({ 'namespace' => 'MyNamespace' });
    $key = 'xxx';
    $href->{'name'} = 'old name';

    $cache->set( $key, $href ); # insert into cache.
    $href->{'name'} = 'new name'; # modify it after insert.

    # Later...

    $href = $cache->get($key);
    print $href->{'name'}; # prints "new name"

    Cache::FastMemoryCache is an in-memory cache, implemented as an extension to the excellent Cache::Cache suite. All cached items are stored per-process. The cache does not persist after the process dies. It is the fastest of all the Cache::* types because it does not perform deep copying of data.

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    in-memory cache | arbitrary data | Perl module | Cache::FastMemoryCac | in-memory | cache

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

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