Intersoft WebGrid Documentation
DataCacheStorage Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebValueList Class : DataCacheStorage Property






Gets the DataCacheStorage value where the datasource cache of this WebValueList is stored.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property DataCacheStorage As ISNet.WebUI.CacheStorage
Visual Basic (Usage)Copy Code
Dim instance As WebValueList
Dim value As ISNet.WebUI.CacheStorage
 
instance.DataCacheStorage = value
 
value = instance.DataCacheStorage
C# 
[DefaultValueAttribute()]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public ISNet.WebUI.CacheStorage DataCacheStorage {get; set;}
Delphi 
public read-write property DataCacheStorage: ISNet.WebUI.CacheStorage; 
JScript 
DefaultValueAttribute()
BrowsableAttribute()
DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
public function get,set DataCacheStorage : ISNet.WebUI.CacheStorage
Managed Extensions for C++ 
[DefaultValueAttribute()]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public: __property ISNet.WebUI.CacheStorage get_DataCacheStorage();
public: __property void set_DataCacheStorage( 
   ISNet.WebUI.CacheStorage value
);
C++/CLI 
[DefaultValueAttribute()]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public:
property ISNet.WebUI.CacheStorage DataCacheStorage {
   ISNet.WebUI.CacheStorage get();
   void set (    ISNet.WebUI.CacheStorage value);
}

Remarks

WebGrid.NET 5.0 Enterprise allows you to store data cache in physical hard-disk. WebGrid now adds a new option in the DataCacheStorage called “FileServer”. When you choose this option, the data cache will be stored to the path defined in CacheServerConnection property. This new option allows better scalability and reliability to your web application since data caches are no longer stored in ASP.NET’s worker process or Session. Furthermore, this new data caching feature will prevent the memory leaks.

Requirements

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

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.