This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITiledMapServer2 Interface > ITiledMapServer2.GetCacheControlInfo Method (ArcObjects .NET 10.4 SDK) |
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
Returns cache control information that allows clients to discover information such as if client caching is allowed.