Alzabo::ObjectCache::Store::Memory

Alzabo::ObjectCache::Store::Memory allows you to cache objects in memory.
Download

Alzabo::ObjectCache::Store::Memory Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Dave Rolsky
  • Publisher web site:
  • http://search.cpan.org/~drolsky/

Alzabo::ObjectCache::Store::Memory Tags


Alzabo::ObjectCache::Store::Memory Description

Alzabo::ObjectCache::Store::Memory allows you to cache objects in memory. Alzabo::ObjectCache::Store::Memory allows you to cache objects in memory.SYNOPSIS use Alzabo::ObjectCache ( store => 'Alzabo::ObjectCache::Store::Memory', sync => 'Alzabo::ObjectCache::Sync::Null' );This class simply stores cached objects in memory. This means that a given object should never have to be created twice.By default, this module has no upper limit on how many objects it will store. If you are operating in a persistent environment such as mod_perl, these will have a tendency to eat up memory over time. Use the lru_size parameter to Alzabo::ObjectCache to make this module act as an LRU. Requirements: · Perl


Alzabo::ObjectCache::Store::Memory Related Software