ArcObjects Library Reference  (Carto)    

ITiledMapServer2.GetCacheControlInfo Method

Gets the cache description information for a given map.

[Visual Basic 6.0]
Function GetCacheControlInfo(
    ByVal MapName As String _
) As ICacheControlInfo
[Visual Basic .NET]
Public Function GetCacheControlInfo ( _
    ByVal MapName As String _
) As ICacheControlInfo
[C#]
public ICacheControlInfo GetCacheControlInfo (
    string MapName
);
[Java]
public ICacheControlInfo getCacheControlInfo (
    String MapName
)
throws
    IOException,
    AutomationException
[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.

See Also

ITiledMapServer2 Interface