On Tue, Oct 12, 2010 at 10:16 PM, Wes Gamble <we...@att.net> wrote:
> All,
>
> Is there a way to keep a specific page from being cached by Radiant?
>
> Thanks,
> Wes
>

You could make a custom page class and turn it off.

class NoCachePage < Page
  def cache
    false
  end
end

You could also take a look at
http://ext.radiantcms.org/extensions/123-page-options

-- 
Jim Gay
Saturn Flyer LLC
http://www.saturnflyer.com
571-403-0338

Reply via email to