StiDataIndicatorValue Class
Namespace: Stimulsoft.Data.Engine
Methods
| Method | Returns | Description |
|---|---|---|
addToCache static |
void | |
cleanCache static |
void | |
existsInCache static |
boolean | |
getFromCache static |
number |
Method Details
addToCache static
addToCache(key: string, value: number): void
Parameters
- key (string)
- value (number)
cleanCache static
cleanCache(): void
existsInCache static
existsInCache(key: string): boolean
Parameters
- key (string)
Returns boolean
getFromCache static
getFromCache(key: string): number
Parameters
- key (string)
Returns number