Clear the session installation cache. Useful for testing.
()
| 264 | |
| 265 | |
| 266 | def clear_session_cache() -> None: |
| 267 | """Clear the session installation cache. Useful for testing.""" |
| 268 | global _session_installation_cache |
| 269 | _session_installation_cache.clear() |
| 270 | logger.debug("Cleared session installation cache") |
| 271 | |
| 272 | |
| 273 | # Configure logging |