CacheConfiguration Property

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

Gets the CacheConfiguration used by the catalog.

Namespace:  Microsoft.CommerceServer.Catalog
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
Public ReadOnly Property CacheConfiguration As CacheConfiguration
'Usage
Dim instance As CatalogContext
Dim value As CacheConfiguration

value = instance.CacheConfiguration
public CacheConfiguration CacheConfiguration { get; }
public:
property CacheConfiguration^ CacheConfiguration {
    CacheConfiguration^ get ();
}
public function get CacheConfiguration () : CacheConfiguration

Property Value

Type: Microsoft.CommerceServer.Catalog..::.CacheConfiguration
A CacheConfiguration that contains the cache time out values.

Remarks

The CacheConfiguration contains the cache time out values.

Permissions

See Also

Reference

CatalogContext Class

CatalogContext Members

Microsoft.CommerceServer.Catalog Namespace