CachingProfileSettings Class [IIS 7 and higher]
Contains profiles for output and kernel caching.
Syntax
class CachingProfileSettings : EmbeddedObject
Methods
This class contains no methods.
Properties
The following table lists the properties exposed by the CachingProfileSettings class.
Name |
Description |
---|---|
Profiles |
An array of CachingProfileElement values that configure caching for specific request extensions. |
Subclasses
This class contains no subclasses.
Remarks
Instances of this class are contained in the Profiles array property of the CachingSection class.
Inheritance Hierarchy
CachingProfileSettings
Requirements
Type |
Description |
---|---|
Client |
Requires IIS 7 on Windows Vista. |
Server |
Requires IIS 7 on Windows Server 2008. |
Product |
IIS 7 |
MOF file |
WebAdministration.mof |
See Also
Reference
AspCache Class [IIS 7 and higher]
CachingProfileElement Class [IIS 7 and higher]
CachingSection Class [IIS 7 and higher]