CacheInfo 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
CacheInfo is an interface in Configuration Manager 2007 that allows the interaction and configuration of the Software Distribution Agent cache.
Methods and Properties
Name | Description |
---|---|
Deletes a specific cache element from the cache. |
|
Indicates the current amount of free space in the cache. |
|
Indicates a CacheElements object that contains all the cache elements in the cache. |
|
Indicates the location of the cache. |
|
Indicates the maximum amount of time that items are allowed to persist in the cache (even when referenced). |
|
Indicates the amount of space that the cache uses for currently active downloads. |
|
Indicates the length of time for which items in the cache are persisted after being tombstoned. |
|
Indicates the total size of the cache. |
Remarks
The ProgID for the automation object is UIResource.CacheInfo 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 CacheInfo. You must be logged on with administrator credentials to make calls to CacheInfo.
The following example gets the cache information and optionally sets the location (/l) or the size (/t) of the cache or sets both.
Requirements
UIResource.dll.
Runtime Requirements
For more information, see Configuration Manager Client Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Client Development Requirements.