Skip to content

Commit af0d613

Browse files
committed
chore: fix comments
1 parent f9cef77 commit af0d613

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fastapi_cache/decorator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def _uncacheable(request: Optional[Request]) -> bool:
7171
7272
Returns true if:
7373
- Caching has been disabled globally
74-
- This is not a GET request
74+
- This is not a GET or POST request
7575
- The request has a Cache-Control header with a value of "no-store"
7676
7777
"""

0 commit comments

Comments
 (0)