Clear cache that can take additional keyword arguments. Any additional arguments will propagate as filtration criteria for what gets deleted. It will delete any locally cached content regardless
E.g. # Delete only entries that have llm_string as "fake-model" self.clear(llm_string="fake-model")
clear(
self,
**kwargs: Any = {},
) -> None