CommerceContext.Caches Property (BCL)

The Caches property is a read-only CommerceCacheCollection object containing the collection of caches configured for the site.

Definition

[Visual Basic .NET]

Public ReadOnly Property Caches As CommerceCacheCollection

[C#]

public CommerceCacheCollection Caches{get;} 

Property Value

The collection of caches configured for the site.

Remarks

The value will be null if the CommerceCacheModule class is not configured in the web.config file. Always check this property for a non-null value before referencing it.

Requirements

Namespace: Microsoft.CommerceServer.Runtime

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.