> > It's also probably not very desirable. I'm guessing that you're doing > something with that result set -- transforming it into some object or > representation suitable for display. That's the thing you want to cache.
Are you saying that it's better to cache the output, as opposed to SQL queries? For those of you familiar with PHP, what if the output is being handled by Smarty? This means I can't really handle the output directly.
