Hi all, I'm using memcache (which support the :expires_in option) and I'm using it in a view to cache a certain piece of HTML, somewhat like:
<% cache :expires_in => 10.minutes %> some HTML <% end %> Funny thing is that I can see in memcache that the key is being set: set views/localhost:3000/gids?expires_in=600 0 0 6619 However, as you can see the :expires_in is being passed as part of the key and not as the expiration flag in memcache (the second 0 should be 600). Is there anything I'm doing wrong here? Kind regards, Sjoerd Tieleman. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

