(logger: Logger)
| 26 | } |
| 27 | |
| 28 | public setLogger(logger: Logger) { |
| 29 | this.cachedHttp.setLogger(logger); |
| 30 | } |
| 31 | |
| 32 | public getFreshValue(key: string, getRemoteValue: GetResponseAsync, updateInterval?: number): Promise<TimeStampedData> { |
| 33 | return this.cachedHttp.getFreshValue(key, getRemoteValue, updateInterval); |
no outgoing calls
no test coverage detected