Introduction to Mason 5

Caching

$m->cache->set( $key => $value, $expiration );
<%init>
return if $m->cache_self($key);

...
</%init>

<h1>Statistics</h1>

...
Copyright © 2004 David Rolsky