RAA - entrycache/1.1

entrycache / 1.1

Short description: size limited hash used for caching
Category: Library/Cache
Status: stable
Created: 2004-08-07 10:59:09 GMT
Last update: 2004-08-07 10:59:09 GMT
Owner: Idan Sofer (Projects of this owner)
Homepage: http://idanso.dyndns.org:8081/rportal/software.rb?id=7
Download: http://idanso.dyndns.org:8081/rportal/downloads?id=7
License: GPL
Dependency:
Requires: ruby/1.8.1(*)
(*): newer version exists
Description:

EntryCache is a size limited hash class for ruby. it features multple flushing/purging algorithms, and is very effective as a general purpose memory cache.

Also provided is AdaptiveEntryCache, which adjusts and resizes automaticly based on the current cache hit/miss rate, allowing the cache to scale based on current runtime requirements.

Both variants are easy to use and employ, and may serve as a drop-in replacement for Hash(as they are mainly extending it).

Full RDoc documentation as well as a test suite are bundled with the package.

Edit this project (for project owner)

back to RAA top