There was an error while loading. Please reload this page.
1 parent f9cef77 commit af0d613Copy full SHA for af0d613
1 file changed
fastapi_cache/decorator.py
@@ -71,7 +71,7 @@ def _uncacheable(request: Optional[Request]) -> bool:
71
72
Returns true if:
73
- Caching has been disabled globally
74
- - This is not a GET request
+ - This is not a GET or POST request
75
- The request has a Cache-Control header with a value of "no-store"
76
77
"""
0 commit comments