[Catalyst] query once per session?

Michael Higgins mhiggins at banfieldgroup.com
Thu Apr 26 22:35:09 GMT 2007


Hello, 

I'm wondering how I can get a query (that becomes a drop-down list for a
form field) set to execute only once and return the data from the client
side, or at least from memory, until the session ends.

I've set something up to filter results based on selection from a form, but
getting the list each and every time is too lengthy a process for a table
only updated once a day.

I've tried using Plugin::Catalyst::Cache, but the docs leave me clueless.

Anyone have a suggestion?

-- 
Michael Higgins





More information about the Catalyst mailing list