All,<br> <br> I am running Merb 0.5.0. Is there a way to specify an expiration time on an<br> action cache, besides physically calling expire_action ?<br><br> I have been looking at the code and I was not able to find support for that
<br><br> Something like <br><br> cache_action( :fred => 30*60, :blee => 60*60 )<br><br> would expire fred in 30 min and blee in 1 hour...<br><br> Any tips on how to achieve that ?<br><br>Thanks,<br>Fernand
<br>