This document is archived and information here might be outdated.  Recommended version.


ITiledMapServer2.GetCacheControlInfo Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITiledMapServer2 Interface > ITiledMapServer2.GetCacheControlInfo Method
ArcGIS Developer Help

ITiledMapServer2.GetCacheControlInfo Method

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
);
[C++]
Parameters
MapName [in]

MapName is a parameter of type BSTR

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.

See Also

ITiledMapServer2 Interface