MCPcopy Create free account
hub / github.com/TheSmallHanCat/flow2api / get_timeout

Method get_timeout

src/services/file_cache.py:518–520  ·  view source on GitHub ↗

Get current cache timeout

(self)

Source from the content-addressed store, hash-verified

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"""

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected