wazz 0 Newbie Poster

asp.net caching question:

when using output caching, a location for the caching can be set - any, client, downstream, server, etc. is it possible to set a location when setting clientCache in web.config? i have set cacheControlCustom="public". i can't find a reference to any other options. could i use 'client and server' somehow?

also, is clientCache what it sounds like - caching on the client? or is it server-side, or both?