__CacheControl class

The __CacheControl system class is the abstract base class for classes that are used to determine when WMI should release a Component Object Model (COM) object. Instances of this class are never created. The __CacheControl class is located only in the root namespace. For more information about using this class, see Unloading a Provider.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties. Properties are listed in alphabetic order, not MOF order.

Syntax

[abstract]
class __CacheControl : __SystemClass
{
};

Members

The __CacheControl class does not define any members.

Remarks

The __CacheControl class is derived from __SystemClass.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
All WMI namespaces

See also

__SystemClass

WMI System Classes

__EventConsumerProviderCacheControl

__EventProviderCacheControl

__EventSinkCacheControl

__ObjectProviderCacheControl

__PropertyProviderCacheControl

Unloading a Provider