Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dataease/SQLBot
/ clear_ws_ds_cache
Function
clear_ws_ds_cache
backend/apps/datasource/crud/datasource.py:625–626 ·
view source on GitHub ↗
(oid)
Source
from the content-addressed store, hash-verified
623
624
@clear_cache(namespace=CacheNamespace.AUTH_INFO, cacheName=CacheName.DS_ID_LIST, keyExpression=
"oid"
)
625
async
def
clear_ws_ds_cache(oid):
626
SQLBotLogUtil.info(f
"ds cache for ws [{oid}] has been cleaned"
)
Callers
1
delete_ds
Function · 0.85
Calls
1
info
Method · 0.45
Tested by
no test coverage detected