Gets the cache description information for a given map.
[Visual Basic .NET] Public Function GetCacheControlInfo ( _ ByVal MapName As String _ ) As ICacheControlInfo
[C#] public ICacheControlInfo GetCacheControlInfo ( string MapName );
[C++]
HRESULT GetCacheControlInfo(
BSTR MapName,
ICacheControlInfo** ppCacheControlInfo
);
[C++]Parameters
MapName [in] MapName is a parameter of type BSTR ppCacheControlInfo [out, retval]ppCacheControlInfo is a parameter of type ICacheControlInfo
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
Returns cache control information that allows clients to discover information such as if client caching is allowed.