See Also

Navigator Class  | Navigator Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Language

Visual Basic

C#

JScript

Show All

See Also Requirements Languages Navigator Control

EnableCache Property

Structured Solutions

Gets or sets a value indicating whether category data should be stored in the application cache.

[Visual Basic]
Public Property EnableCache As Boolean
[C#]
public bool EnableCache {get; set;}
[JScript]
public function get,set EnableCache : boolean

Remarks

The Navigator Control uses an internal representation of the StoreFront categories to improve performance. This data can be stored in Application cache memory to be shared by multiple instances of the Navigator Control.

If it is stored in the Application cache, it is shared by all instances of the control in all sessions. Only the first instance will bear the cost (delay) of loading the data. The disadvantage of storing the data in the cache is that changes to the categories will not be displayed until the application is restarted.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Navigator Class  | Navigator Members

 

 


Copyright © 2005 by Structured Solutions. All rights reserved.