> why does the API reference
> say it's "bad" to use type='servercache' with the
<cfcache> tag?
I've never used <cfcache> in production, but I would
guess it's because if
you can set it to try to cache clientside as well, why
wouldn't you? It
potentially saves hits to the server, and it fails seamlessly
if the client
can't / won't cache it. There's just very little harm in at
least
attempting to cache things on both sides.
Why do you ask?
--
Adam