* Retrieves the last checked timestamp. * @returns {number|null} The timestamp of the last check or null if never checked.
()
| 23 | * @returns {number|null} The timestamp of the last check or null if never checked. |
| 24 | */ |
| 25 | getLastChecked() { |
| 26 | return this.lastChecked; |
| 27 | } |
| 28 | |
| 29 | /** |
| 30 | * Updates the cache with a new result and timestamp. |