With Rails 2.3.2, use Rails.cache.clear I'm not sure about older versions, though.
On May 4, 2:04 pm, -kinetic <[email protected]> wrote: > I'm trying to get memcached working for my rails app that's running > under passenger. Apparently we need to check if passenger forked > memcached, and if so we need to establish a new connection using a > reset function. > > I've seen people install cache_fu and they're able to call > CACHE.reset. But for the built in memcache-client in Rails 2.x > there's no such Rails.cache.reset. > > What is the equivalent to this? Do I need to install cache_fu? > > everything works great on my dev machine with memcached running with > mongrels. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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-talk?hl=en -~----------~----~----~----~------~----~------~--~---

