-
-
Notifications
You must be signed in to change notification settings - Fork 190
Open
Description
Hello!
I do not completely understand why caching is disabled for methods except for GET, and if so, why is request passed as the first parameter to the function?
In my case, which is something in the lines of:
@cache
def redirect(request: Request):
passthis leads to an error, because parameter request is passed twice (once as request, and another in args/kwargs)
Thanks!
aiwhoo and hard-coders
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request