Interface IStiBIDataCache
Methods
add
- add(appKey: string, tableKey: string, dataTable: DataTable): void
-
Parameters
-
appKey: string
-
tableKey: string
-
Returns void
clean
- clean(appKey: string): void
exists
-
Parameters
Returns boolean
exists2
- exists2(tableKey: string): boolean
-
Parameters
Returns boolean
getRowCount
- getRowCount(tableKey: string): number
-
Parameters
Returns number
getTableName
- getTableName(appKey: string, tableKey: string): string
-
Parameters
-
appKey: string
-
tableKey: string
Returns string
remove
- remove(tableKey: string): void