Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_cache
Method · 0.80
clear_timeout_cache
Method · 0.80
Calls
1
get
Method · 0.95
Tested by
no test coverage detected