Hi,
I am working on an ecommerce shop. Currently we cache all the product
thumbs using fragment caching with the product key and we expire the
cache using Touch.

<% cache product do %>
...
<% end %>

Now if I want to cache the product page, what key do I have to choose
considering that I am already using the product key. And if I don't the
product how am going to be able to expire the cache with touch?

Greg

-- 
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 rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to