CommerceCacheCollection Class

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Represents the collection of caches for the current site.

Namespace:  Microsoft.CommerceServer.Runtime.Caching
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
Public Class CommerceCacheCollection _
    Implements ICollection, IEnumerable
'Usage
Dim instance As CommerceCacheCollection
public class CommerceCacheCollection : ICollection, 
    IEnumerable
public ref class CommerceCacheCollection : ICollection, 
    IEnumerable
public class CommerceCacheCollection implements ICollection, IEnumerable

Remarks

Manages a collection of caches for the current site. The collection is filled when a CommerceCache object is created.

Inheritance Hierarchy

System..::.Object
  Microsoft.CommerceServer.Runtime.Caching..::.CommerceCacheCollection

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

CommerceCacheCollection Members

Microsoft.CommerceServer.Runtime.Caching Namespace