Class StiBIDataCacheHelper
Methods
Static add2
- add2(appKey: string, tableKey: string, dataTable: DataTable): void
-
Parameters
-
appKey: string
-
tableKey: string
-
Returns void
Static clean
- clean(appKey: string): void
Static exists
- exists(tableKey: string): boolean
-
Parameters
Returns boolean
Static get
- get(tableKey: string, loadData?: boolean): DataTable
-
Parameters
-
tableKey: string
-
Default value loadData: boolean = false
Static getRowCount
- getRowCount(tableKey: string): number
-
Parameters
Returns number
Static getTableName
- getTableName(appKey: string, tableKey: string): string
-
Parameters
-
appKey: string
-
tableKey: string
Returns string
Static remove
- remove(tableKey: string): void