We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Hi all,
My cache system is working on browser but not in postman
@app.get("/", include_in_schema=False) @cache(expire=600) async def app_home(request: Request): return {'Domain : %s' % generate_random(20)}
Do you have an idea ?