Maurício Linhares wrote: > Well, you could try to use the one i'm using, also, you shoudn't need > to "delete" things from memcached, it does it by itself when it > reaches it's memory limit. > > - > Maur�cio Linhares > http://alinhavado.wordpress.com/ (pt-br) | http://blog.codevader.com/ > (en) > > > > On Wed, Feb 18, 2009 at 11:51 AM, Marie Arago
Ok it's working thank you :) Would you know how I can delete all the pages related to an action btw ? I have in cache all the pages like : /results/index?page=1 /results/index?page=2 /results/index?page=... /results/index?page=654 How could I delete all the cache for my controller results and my action index ? expire_fragments(:controller => 'results', :action => 'index') obviously doesn't work ! -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

