Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gpustack/gpustack
/ clear
Method
clear
gpustack/server/coordinator/cache.py:172–175 ·
view source on GitHub ↗
Clear all caches.
(self)
Source
from the content-addressed store, hash-verified
170
self._preloaded.add(entity_name)
171
172
def
clear(self) -> None:
173
""
"Clear all caches."
""
174
self._detectors.clear()
175
self._preloaded.clear()
176
177
178
# Global cache manager instance
Callers
15
clear_buffer
Function · 0.80
awatch
Method · 0.80
awatch
Method · 0.80
awatch
Method · 0.80
awatch
Method · 0.80
awatch
Method · 0.80
awatch
Method · 0.80
awatch
Method · 0.80
awatch
Method · 0.80
_find_single_worker_multi_gpu_full_offloading_candidates
Method · 0.80
find_multi_worker_multi_gpu_candidates
Method · 0.80
_refresh_cache
Method · 0.80
Calls
no outgoing calls
Tested by
1
clear_buffer
Function · 0.64