[Rails] Re: Does Rails 3 provide time based caching?

2010-08-26 Thread Tim Shaffer
On Aug 26, 6:33 am, lexer lexer@gmail.com wrote: Hi guys, I need a timebased caching of certain pages. Cache for certain page should be cleared each 15 minutes. Is that possible? Inhttp://edgeguides.rubyonrails.org/caching_with_rails.htmlmanual I see that there is only manual cache

[Rails] Re: Does Rails 3 provide time based caching?

2010-08-26 Thread RobertoT
This depends on the cache store you use. The memcached store can expire cache items after a certain time. See point 4 here: http://guides.rubyonrails.org/caching_with_rails.html#cache-stores On Aug 26, 1:23 pm, Tim Shaffer timshaf...@me.com wrote: On Aug 26, 6:33 am, lexer lexer@gmail.com