Share via


CommerceCacheModule.CacheCollection Property (BCL)

The CacheCollection property gets the site cache collection.

Definition

[Visual Basic .NET]

Public Shared ReadOnly Property CacheCollection As CommerceCacheCollection

[C#]

public static CommerceCacheCollection CacheCollection{get;} 

Property Value

A CommerceCacheCollection object containing the caches in the site.

Remarks

The value will be null if the CommerceCacheModule object was not configured in the web.config file.

This property is static and shared.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Caching

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.