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


ITiledImageServer.GetCacheControlInfo Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

ITiledImageServer.GetCacheControlInfo Method

Gets the cache description information for a given map.

[Visual Basic .NET]
Public Function GetCacheControlInfo ( _
) As ICacheControlInfo
[C#]
public ICacheControlInfo GetCacheControlInfo (
);
[C++]
HRESULT GetCacheControlInfo(
void
);

Product Availability

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

See Also

ITiledImageServer Interface