CommerceCacheCollection Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Represents the collection of caches for the current site.
The CommerceCacheCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CommerceCacheCollection | Initializes a new instance of the CommerceCacheCollection class. |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds a cache to the end of the CommerceCacheCollection. | |
CopyTo | Copies all of the elements in the current instance to a compatible one-dimensional CommerceCache array, starting at the specified index in the array. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Retrieves an enumerator that can iterate through the current collection. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the count of the number of elements in the CommerceCacheCollection collection. | |
IsSynchronized | Gets a value indicating whether access to the current CommerceCacheCollection is synchronized (thread-safe). | |
Item | Gets a CommerceCache from the collection, based upon the cache name. | |
SyncRoot | Gets an object that can be used for synchronized access to the CommerceCacheCollection. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICollection..::.CopyTo |
Top