My application is using a namespace for administrative purposes. I recently tried to start using action caching however I ran into some problems trying to expire the cache u
One additional note I learned, if you want to expire a specific format, such as XML, JSON, etc., just
expire_action(:controller => '/newsposts', :action => 'index', :format => 'xml')
or whatever format you want. It look me a while to figure out.