getCacheControl

The getCacheControl and putCacheControl methods of the IResponse interface retrieve or set the value for the CacheControl property, respectively.

Syntax

public abstract java.lang.String getCacheControl();
public abstract void putCacheControl(java.lang.String CacheControl);

Return Value

Returns a string that is the CacheControl value.

Parameters

CacheControl [in] A string that contains the new CacheControl value.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.