On Nov 18, 10:58 pm, "Michael Koziarski" <[EMAIL PROTECTED]>
wrote:
> Just use your own code rather than Rails.cache. For one of myprojects I have
>
> QUEUE = MemCache.new("localhost:22122")
>
> And use that from code. No need to do anything with Rails.cache at all.
Actually you might be interested in
ActiveSupport::Cache::MemCacheStore instead. It wraps the memcache
library and provides an interface that's compatible with Rails.cache's.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Core" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-core?hl=en
-~----------~----~----~----~------~----~------~--~---