CacheElement Class

Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2

CacheElement is an interface in Configuration Manager 2007 that exposes all the properties for an item in the software distribution client cache.

Properties

Name Description

ICacheElement::CacheElementId Property

Indicates the ID that uniquely identifies a cache element.

ICacheElement::ContentId Property

Indicates the ID of the content that is in the cache.

ICacheElement::ContentSize Property

Indicates the size of the content in this cache element.

ICacheElement::ContentVersion Property

Indicates the version of the cache element.

ICacheElement::LastReferenceTime Property

Indicates the last time the cache element was referenced or used.

ICacheElement::Location Property

Indicates the full path of the cache element.

ICacheElement::ReferenceCount Property

Indicates the number of objects inside software distribution that are referencing the cache element.

Remarks

The ProgID for the automation object is UIResource.CacheElement, and it is implemented as part of UIResource.dll. The Visual Basic reference for early binding is UIResource 1.0 Type Library. The early binding object name is CacheElement.

Requirements

Runtime Requirements

Uiresource.dll

For more information, see Configuration Manager Client Runtime Requirements

Development Requirements

UIResource.dll

For more information, see Configuration Manager Client Development Requirements