Displaying 3 results from an estimated 3 matches for "cloudcache".
2009 May 11
0
CloudCache for Ruby on Rails
Quetzall.com is pleased to announce CloudCache for Ruby on Rails,
implementing the ActiveSupport::Cache interface. The gem is open source
(Apache License version 2.0) and is available at
http://code.google.com/p/cloudcache-ruby/ .
Steps to install and use:
1. gem install cloud_cache activesupport right_aws uuidtools
2. Sign up for the...
2008 Mar 13
0
Call for Alpha Users - CloudCache.net
Howdy!
CloudCache.net is seeking alpha users for our new metered service. The
CloudCache services include:
- Basic memcached capabilities wrapped in a ReSTful API
- Improvements on memcached including the ability to backup,
reconfigure, restore, and list keys. This allows us to grow our memcached
farm...
2010 Apr 22
7
Making ActiveSupport::Cache consistent
Lighthouse ticket: https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/4452
I have recently been working on some gems that utilize
ActiveSupport::Cache and ran into some issues with the different
implementations handling the same functionality differently. One of
the issues was that I couldn''t rely on expiring entries with
the :expires_in option. MemCacheStore takes this