IWMSCacheItemCollection Interface

banner art

Previous Next

IWMSCacheItemCollection Interface

The IWMSCacheItemCollection interface contains a collection of IWMSCacheItemDescriptor interfaces. This interface is implemented by a cache plug-in and called by the server.

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

Method Description
GetCount Retrieves the number of IWMSCacheItemDescriptor interfaces in the collection.
GetItem Retrieves a specific IWMSCacheItemDescriptor interface from the collection.

See Also

Previous Next