CacheConfiguration Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
This class contains the members to configure the timeouts for the various elements in the cache.
The CacheConfiguration type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CacheConfiguration | Initializes a new instance of the CacheConfiguration class with the default values. Caching is disabled by default. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
CacheEnabled | Gets or sets a value indicating whether caching is enabled or not. | |
CatalogCollectionCacheTimeout | Gets or sets a value indicating how long the catalog, catalogsets, and inventory catalog collections remain in the cache. | |
ItemAssociationsCacheTimeout | Gets or sets a value indicating how long the associations of this item remain in the cache. | |
ItemHierarchyCacheTimeout | Gets or sets a value indicating the time for which the parent and child categories and the child products of catalog items remain in the cache. | |
ItemInformationCacheTimeout | Gets or sets a value indicating the time for which the information datasets remain in the cache. | |
ItemRelationshipsCacheTimeout | Gets or sets a value indicating the time for which the category and product relationships remain in the cache. | |
SchemaCacheTimeout | Gets or sets a value indicating the time for which the catalog and inventory schema elements remain in the cache. |
Top