MCPcopy Create free account
hub / github.com/CJackHwang/AIstudioProxyAPI / cache_handler

Function cache_handler

tests/integration/test_model_management.py:176–179  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

174 )
175
176 async def cache_handler():
177 execution_order.append("cache_handler_start")
178 await handle_parameter_cache("req1", cache_context)
179 execution_order.append("cache_handler_end")
180
181 with patch(
182 "browser_utils.switch_ai_studio_model",

Calls 1

handle_parameter_cacheFunction · 0.90

Tested by

no test coverage detected