* Records the failed load of a new entry. This method should be called when a cache request * causes an entry to be loaded, but an exception is thrown while loading the entry. * * @param loadTime - The number of milliseconds the cache spent computing or retrieving the new value *
(loadTime: number)
| 240 | * prior to the failure |
| 241 | */ |
| 242 | recordLoadFailure(loadTime: number): void; |
| 243 | |
| 244 | /** |
| 245 | * Records the eviction of an entry from the cache. This should only be called when an entry is |
no outgoing calls
no test coverage detected