Using existing behaviors
Besides the behaviors that come packaged with Radiant, there are several others provided by community members.
Currently available behaviors are listed here.
Writing new behaviors
If your behavior renders dynamic content, and you want the generated page to be uncacheable, simply override the cache_page? method:
def cache_page?
false
end
