If you are using rails 2.1 && memcached, then you can do this : <% cache(key, :expires_in => 5.minutes) do %> hello, world <% end %>
On Dec 29, 7:18 pm, sigma <[email protected]> wrote: > Hi all > > Is it posible do have a expires_in with fragment-caching? Does this > work with memcached? > > Thank you for your aswers! > > Chris --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

