Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ray-project/ray
/ reset_cache
Method
reset_cache
python/ray/actor.py:1204–1205 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
1202
1203
@classmethod
1204
def
reset_cache(cls):
1205
cls._cache.clear()
1206
1207
@classmethod
1208
def
create(
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected