TableEditor.IsCacheEnabled Property
Indicates if the dataset is cached in the ASP.NET cache between postbacks.
[Visual Basic]Public Property IsCacheEnabled As
Boolean [C#]public
bool IsCacheEnabled {get; set;}
Remarks
If caching is enabled, the data is only requeried in the following cases:
- A row is updated using the Save button
- A new search text is entered, Search All is clicked, or another table is selected
- One of the parameters in the Parameters collection is changed
- The contents of the XML-configuration file (see the ConfigFilePath property) have changed
The cache can also be invalidated explicitly by calling
InvalidateCache,
or by setting the
MaxCacheAge property.
See Also
TableEditor Class | DVXP.DXTableEditor Namespace | MaxCacheAge | InvalidateCache