com.esri.arcgis.carto
Interface ICacheControlInfo

All Superinterfaces:
Serializable
All Known Implementing Classes:
CacheControlInfo

public interface ICacheControlInfo
extends Serializable

Provides access to members that provide the cache control info.

Remarks

Returns cache control information that allows clients to discover information such as if client caching is allowed.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 boolean isClientCachingAllowed()
          Indicates if client caching is allowed.
 void setClientCachingAllowed(boolean pClientCachingAllowed)
          Indicates if client caching is allowed.
 

Method Detail

isClientCachingAllowed

boolean isClientCachingAllowed()
                               throws IOException,
                                      AutomationException
Indicates if client caching is allowed.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The pClientCachingAllowed
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setClientCachingAllowed

void setClientCachingAllowed(boolean pClientCachingAllowed)
                             throws IOException,
                                    AutomationException
Indicates if client caching is allowed.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pClientCachingAllowed - The pClientCachingAllowed (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.