J
jeremy.stitt
I have a question about the CacheDuration property of a web method.
I have a client that calls a web method on a server and I understand
that the first call will process the method call normally. By setting
the CacheDuration property to a certain amount of time, the result of
the method call will be stored in the cache.
Is the result of the method call stored in cache at the client (who
made the web service call) or the server (where the web service lives)?
Once a web method has been cached, does this allow the client to simply
reuse the same data returned from the last call, or does the client
actually make another SOAP request and the web service returns a cached
result?
I have a client that calls a web method on a server and I understand
that the first call will process the method call normally. By setting
the CacheDuration property to a certain amount of time, the result of
the method call will be stored in the cache.
Is the result of the method call stored in cache at the client (who
made the web service call) or the server (where the web service lives)?
Once a web method has been cached, does this allow the client to simply
reuse the same data returned from the last call, or does the client
actually make another SOAP request and the web service returns a cached
result?