//------------------------------- // Client Cache Reporting Class //------------------------------- //The following line is not needed for Configuration Manager hardware inventory modifcations #pragma namespace ("\\\\.\\root\\cimv2\\sms") [SMS_Report (TRUE), SMS_Group_Name ("Client Cache"), Namespace ("root\\\\ccm\\\\softmgmtagent"), SMS_Class_ID ("MICROSOFT|CLIENT_CACHE|1.0") ] Class CacheConfig : SMS_Class_Template { [SMS_Report (TRUE),key] string ConfigKey; [SMS_Report (TRUE)] boolean InUse; [SMS_Report (TRUE)] string Location; [SMS_Report (TRUE)] uint32 Size; };