CatalogSearchOptions.CacheKey Property (BCL)

The CacheKey property is a string that gets a cache key string that can be used as a part of a cache key when caching query results.

Definition

[Visual Basic .NET]

Overridable Public ReadOnly Property CacheKey As System.String

[C#]

public virtual System.String CacheKey{get;} 

Property Value

A CacheKey object that represents the current search options.

Remarks

Given the same settings for all properties, it is guaranteed that the cache key will be the same.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Catalog

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.