This document is archived and information here might be outdated. Recommended version. |
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
Returns cache control information that allows clients to discover information such as if client caching is allowed.