This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# | Copy Code |
---|---|
public class TableCacheManager |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class TableCacheManager |
The type exposes the following members.
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Flush |
Flushes the cache.
|
|
GetDataTable |
Returns a DataTable of the given table. If there is a valid cached instance,
it will be returned, otherwise the table will be loaded again from the database.
|
|
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IsTableCached | Overloaded. | |
IsTableLoaded | Overloaded. | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
See Also
Smartsite.Data Namespace