[TYPO3-dev] set_no_cache is bad. What's next?

Elmar HInz elmar.hinz at team.MINUS.red.DOT.net
Sun Apr 1 14:37:53 CEST 2007


> On a list-view with a form, that filters the records, what is the best 
> technique that the search results will be cached ?
> I tried something like


Hi,

(if the number of filter combinations is limited) {

   you use a USER object and each combination is cached.

} else {

   you use a USER_INT, because an unlimited number of combinations should
   not be cached.

}

exit Elmar




More information about the TYPO3-dev mailing list