Get current cache timeout
(self)
| 516 | debug_logger.log_info(f"Cache timeout updated to {timeout} seconds") |
| 517 | |
| 518 | def get_timeout(self) -> int: |
| 519 | """Get current cache timeout""" |
| 520 | return self.default_timeout |
| 521 | |
| 522 | async def clear_all(self): |
| 523 | """Clear all cached files""" |
no outgoing calls
no test coverage detected