HI all,

in my application i have index action. i called cache for this index by
using

cache_page :index
 and in index.erb page i called another partila page using and cached
the fragment using

<%cache "1" do%>
<%...@someobjects=tablename.find(:all)%>
<%=render(:partial=>'index2',:collection=>@someobjects%>
<%end%>

i want to expire the page and fragment caching how to do this.
please its very urgent


Regards,
Raju
-- 
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