* Records the successful load of a new entry. This method should be called when a cache request * causes an entry to be loaded and the loading completes successfully. * * @param loadTime - The number of milliseconds the cache spent computing or retrieving the new value
(loadTime: number)
| 231 | * @param loadTime - The number of milliseconds the cache spent computing or retrieving the new value |
| 232 | */ |
| 233 | recordLoadSuccess(loadTime: number): void; |
| 234 | |
| 235 | /** |
| 236 | * Records the failed load of a new entry. This method should be called when a cache request |
no outgoing calls
no test coverage detected