IWMSCacheItemDescriptor Object (Visual Basic .NET)
Previous | Next |
IWMSCacheItemDescriptor Object (Visual Basic .NET)
The IWMSCacheItemDescriptor object retrieves the size, version number, expiration date, and URL of cached content. This object 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 object is available only on Windows Server 2003, Enterprise Edition; Windows Server 2003, Datacenter Edition; and Windows Server 2008.
The IWMSCacheItemDescriptor object 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 |