public
Description: Extension adds tags for fragment caching in Radiant CMS
Homepage: http://www.mokisystems.com
Clone URL: git://github.com/mokisystems/radiant-fragment-cacher.git
Wes Bangerter (author)
Tue Jun 10 13:59:27 -0700 2008
name age message
file .gitignore Tue Jun 10 13:56:40 -0700 2008 initial commit [Wes Bangerter]
file LICENSE Tue Jun 10 13:56:40 -0700 2008 initial commit [Wes Bangerter]
file README Loading commit data...
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.