MCPcopy Index your code
hub / github.com/1Panel-dev/MaxKB / clear_timeout_data

Method clear_timeout_data

apps/common/cache/mem_cache.py:45–47  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

43 self._delete(key)
44
45 def clear_timeout_data(self):
46 for key in self._cache.keys():
47 self.get(key)

Callers 2

clear_timeout_cacheMethod · 0.80
clear_timeout_cacheMethod · 0.80

Calls 1

getMethod · 0.95

Tested by

no test coverage detected