Cache Fu. A tool for storing and reusing data so websites load faster.

errtheblog.com

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

October 2009
  • fixed bug with autoloading missing namespaced constants
August 2009
  • The memcached gem provides its own Memcached::Rails
March 2009
  • try to #classify any clients specified in the config
February 2009
  • Simplify #get_caches_as_list
  • if someone else (e.g., interlock) has already set up memcached, then …
  • added get_caches_as_list method
  • performance optimization for cache_key method
  • performance optimization to max_key_length method
  • get_caches should behave properly in disabled mode
November 2008
  • added back Rails < 2.2.0 compatibility. Now it's compatible both with…
  • patch for Rails-2.2 compatibility
July 2008
  • getting ready for a GitHub pull request...
May 2008
  • RubyMemcache error message should not have been removed
  • add memcached gem support
March 2008
  • Get rid of deprecation warnings on rails edge.
  • dont override ActionView::Helpers::CacheHelper#cache for rails 2.1+ b…
January 2008
  • first post