IWMSCacheProxyServer Interface

The IWMSCacheProxyServer interface contains methods that you can use to retrieve information about cached content, determine whether the content is current, and download content to a cache. This interface is implemented by the server and called by a cache plug-in.

Note

   This interface is available only on Windows Server 2003, Enterprise Edition; Windows Server 2003, Datacenter Edition; and Windows Server 2008.

In addition to the methods inherited from IUnknown, the IWMSCacheProxyServer interface exposes the following methods.

Method

Description

CancelDownloadContent

Called by the cache plug-in to stop the download process.

CompareContentInformation

Called by the cache plug-in to determine whether content is up to date.

DownloadContent

Called by the cache plug-in to download content to a cache.

GetContentInformation

Called by the cache plug-in to retrieve content information.

See Also

Concepts

Custom Plug-in Interfaces (C++)