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 : booleanThe 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.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Navigator Class | Navigator Members
Copyright © 2005 by Structured Solutions. All rights reserved.