Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.