3 Jul
2013
3 Jul
'13
2:14 a.m.
On 13-07-02 05:56 PM, Anand Meher wrote:
I am trying to develop a webpage where I would like to have contents of a webpage refreshed (say after every x seconds).
Dancer::Plugin::Cache::CHI, perhaps ? get '/' => sub { # only recomputed every 5 minutes cache_page template( 'index' ), 300; }; Joy, `/anick