Cache::Bounded 1.03

Cache::Bounded 1.03

Sponsored Links

Cache::Bounded 1.03 Ranking & Summary

Ranking Click at the star to rankRanking level:
User Review: 0 (0 times) Download now
File size: 0.004 MB Platform: Any Platform License: Perl Artistic License Price: Downloads: 8491 Date added: 2007-05-28 Publisher: Phillip Pollard Publisher URL: http://search.cpan.org/~b

Cache::Bounded 1.03 description

Cache::Bounded is a size-aware in-memory cache optimized for speed.

SYNOPSIS

Cache::Bounded is designed for caching items into memory in a very fast but rudimentarily size-aware fashion.

Most intelligent caches take either a size-aware or use-aware approach. They do so by either anlysing the size of all the elements in the cache or their frequency of usage before determining which elements to drop from the cache. Unfortunately, the processing overhead for this logic (usually applied on insert) will often slow these caches singnificantly when frequent insertions are needed.
This module was designed address when this speed-penalty becomes a problem. Specifically, it is a rudimentarily size-aware cache that is optimized to be very fast.

For its size analysis, this module merely checks the number of elements in the cache against a raw size limit. (The default limit is 500,000) Additionally, to aid speed, the "size" check doesnt occur on every insertion. Only after a count of a certain number of insertions (default 1,000) is the size check performed. If the size limit has been exceeded, the entire cache is purged. (Since there is no usage analysis, there is no other logical depreciation that can be applied)
This produces a very fast in-memory cache that you can tune to approximate size based upon your data elements.

USAGE

my $cache = new Cache::Bounded;

$cache->set($key,$value);
my $value = $cache->get($key);

Download now

Cache::Bounded 1.03 Screenshot

Sponsored Links
Download Cache::Bounded 1.03

Cache::Bounded 1.03 Keywords

Bookmark Cache::Bounded 1.03

Hyperlink code:
Hyperlink and Intro code:

Cache::Bounded 1.03 Copyright

WareSeeker periodically updates pricing and software information of Cache::Bounded 1.03 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::Bounded 1.03 Edition. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Cache::Bounded 1.03 Related Software

Caché Monitor 0.34

Caché Monitor is the SQL development tool designed for InterSystems database Caché.
Mod-Cache 1.4

Mod-Cache is a cache(reverse-proxy) accelerator plugin for lighttpd, which works like Squid with similar configuration.
Cache View 1.61

Cache View is an extension which displays Googles Cache, Corals Cache, Wayback Machines Cache and more.
Cache::Benchmark 0.011

Cache::Benchmark is a Perl module that tests the quality and speed of a cache module to compare cachemodules and algorithms.
Cache::BerkeleyDB 0.03

Cache::BerkeleyDB Perl module implements the Cache::Cache interface.
Cache::Cache 1.05

Cache::Cache Perl module contains the Cache interface.
Cache::FastMemoryCache 0.01

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

Cache::Memcached::XS is a client library for memcached (memory cache daemon) using libmemcache.
Cache::Mmap 0.09

Cache::Mmap Perl module helps you to share data cache using memory mapped files.
CGI::Cache 1.4200

CGI::Cache is a Perl extension to help cache output of time-intensive CGI scripts.
Cache::Bounded 1.03 Review:
Author name* :  
Author Email* :  
Comment* :  
Security code* :  
     
   
My Software
You have not saved any software. Click "Save" next to each software to save it to your software basket
Related Search
TOP POPULAR DOWNLOAD