IWMSCacheItemDescriptor Interface

banner art

Previous Next

IWMSCacheItemDescriptor Interface

The IWMSCacheItemDescriptor interface retrieves the size, version number, expiration date, and URL of cached content. This interface is implemented by a cache plug-in and called by the server. It is used by the cache plug-in to represent an item of cached content.

  • 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 IWMSCacheDescriptor interface exposes the following methods.

Method Description
GetCacheUrl Retrieves the URL identifying the location of the cached content on the server.
GetContentInformation Retrieves information about the cache contents.
GetContentSize Retrieves the size of the content, in bytes.
GetOriginUrl Retrieves the URL on the origin server from which the cached content was obtained.

See Also

Previous Next