mokisystems / radiant-fragment-cacher

Extension adds tags for fragment caching in Radiant CMS

This URL has Read+Write access

Wes Bangerter (author)
Tue Jun 10 13:56:40 -0700 2008
commit  b57d5d4b4d2848feeb2bb54570b9562c8f4c2674
tree    c8883fba018fb244420c243a3e1d1ba7c78c3e78
name age message
file .gitignore Loading commit data...
file LICENSE
file README
file fragment_cacher_extension.rb
directory lib/
README
== About

Radiant CMS extension that allows caching of fragments within a page or layout.

== Usage

<r:cache name="cache name" [time="30"]>...</r:cache>

'name' should be unique for that cached content.
'time' may be supplied (in minutes) to specify how long the cache should be used for - the default is 30 minutes.