Re: [htmltmpl] cache-ing question

2003-02-13 Thread Thilo Planz
Hi, I have a mod_perl/CGI::Application program that I've written that populates a HTML::Template with a list of files that are on the server. I'd like to cache that list, based on the URL, so that it doesn't have to do a readdir(), grep() and also a TreeBuilder to get the TITLE everytime som

[htmltmpl] cache-ing question

2003-02-13 Thread Jason Purdy
I have a mod_perl/CGI::Application program that I've written that populates a HTML::Template with a list of files that are on the server. The program also varies the list based on the query string (/list?c=magazines ... /list?c=agents ... etc). I'd like to cache that list, based on the URL, so th