StiMatrixCache Class
Namespace: Stimulsoft.Report.Export
Methods
| Method | Returns | Description |
|---|---|---|
createNewCache static |
string | |
deleteCache static |
void | |
getCacheSegmentName static |
string | |
loadSegment static |
string | |
saveSegment static |
void |
Method Details
createNewCache static
createNewCache(): string
Returns string
deleteCache static
deleteCache(path: string): void
Parameters
- path (string)
getCacheSegmentName static
getCacheSegmentName(cache: string, cachePageGuid: string): string
Parameters
- cache (string)
- cachePageGuid (string)
Returns string
loadSegment static
loadSegment(path: string): string
Parameters
- path (string)
Returns string
saveSegment static
saveSegment(path: string, segment: string): void
Parameters
- path (string)
- segment (string)
Fields
| Field | Type | Description |
|---|---|---|
| temp | any |