MCPcopy
hub / github.com/long2ice/fastapi-cache / clear

Function clear

examples/in_memory/main.py:41–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39
40@app.get("/clear")
41async def clear():
42 return await FastAPICache.clear(namespace="test")
43
44
45@app.get("/date")

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected