[Catalyst] Tutorial for cache?

Oliver Charles oliver.g.charles at googlemail.com
Wed Apr 15 11:07:50 GMT 2009


On Wed, Apr 15, 2009 at 7:25 AM, Alexander Tamm <alex at frantic.com> wrote:
> Thanks, but I should have specified that I want to cache values in the
> application itself. I already have an implementation for controlling the
> browsers cache.

This is less of a Catalyst question then I guess? You could make use
of caching in your back end models (which are independent of Catalyst,
right!?) with the Cache:: modules, and if you need some Catalyst
integration, then you could use Catalyst::Plugin::Cache.

-- 
    Oliver Charles / aCiD2



More information about the Catalyst mailing list