On Thu, Nov 4, 2010 at 2:25 PM, Jim Gay <[email protected]> wrote: > On Thu, Nov 4, 2010 at 2:29 PM, Jordon Bedwell <[email protected]> wrote: >> Is there a way I can force Radiant to cache error responses? >> > > Override this > https://github.com/radiant/radiant/blob/master/app/models/file_not_found_page.rb#L29
if you're using nginx maybe you can use proxy_cache_valid. wouldn't nginx win out (at least if you had a page not found page)? http://wiki.nginx.org/NginxHttpProxyModule#proxy_cache_valid
