Cache::FastMemoryCache 0.01
Sponsored Links
Cache::FastMemoryCache 0.01 Ranking & Summary
File size:
0.004 MB
Platform:
Any Platform
License:
Perl Artistic License
Price:
Downloads:
879
Date added:
2007-05-28
Publisher:
John Millaway
Cache::FastMemoryCache 0.01 description
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.
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.
Cache::FastMemoryCache 0.01 Screenshot
Advertisements
Cache::FastMemoryCache 0.01 Keywords
FastMemoryCache
FastMemoryCache 0.01
Perl module
cache
name
in-memory
data
Perl
arbitrary
Cache::FastMemoryCache
CacheFastMemoryCache
Cache::FastMemoryCache 0.01
Libraries
Programming
Bookmark Cache::FastMemoryCache 0.01
Cache::FastMemoryCache 0.01 Copyright
WareSeeker periodically updates pricing and software information of Cache::FastMemoryCache 0.01 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Cache::FastMemoryCache 0.01 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed
Featured Software
Want to place your software product here?
Please contact us for consideration.
Contact WareSeeker.com
Sponsored Links
Related Information
Related Software
Class::DataStore is a Perl module for generic OO data storage/retrieval. Free Download
Clone::More is a Perl module that can copy Perl data structures. Free Download
AIX::Perfstat is a Perl wrapper for perfstat() functions. Free Download
Data::Stag is a Perl module with structured tags datastructures. Free Download
SVG::Graph is a Perl module to visualize your data in Scalable Vector Graphics (SVG) format. Free Download
Data::Encrypted is a Perl module to transparently store encrypted data via RSA. Free Download
Config::FreeForm is a Perl module that provides in-memory configuration data. Free Download
Class::Meta::Type is a Perl module for data type validation and accessor building. Free Download
Latest Software
Popular Software
Favourite Software