MCPcopy Index your code
hub / github.com/tanelpoder/0xtools / clear_cache

Method clear_cache

xtop/core/query_engine.py:304–308  ·  view source on GitHub ↗

Clear the query template cache

(self)

Source from the content-addressed store, hash-verified

302 return None
303
304 def clear_cache(self):
305 """Clear the query template cache"""
306 self.query_cache.clear()
307 if hasattr(self, 'query_builder'):
308 self.query_builder.fragments.clear_cache()
309
310 def materialize_data(self, sources: Optional[List[str]] = None) -> Dict[str, float]:
311 """Materialize CSV data into DuckDB tables for performance"""

Callers

nothing calls this directly

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected