You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This directive controls what responses to store to the cache according to their status code.
649
649
650
-
By default, only `200`, `301`, and `302` responses will be stored to cache and any other responses will skip [srcache_store](#srcache_store).
650
+
By default, only `200`, `301`, `302`, `307`and `308` responses will be stored to cache and any other responses will skip [srcache_store](#srcache_store).
651
651
652
652
You can specify arbitrary positive numbers for the response status code that you'd like to cache, even including error code like `404` and `503`. For example:
0 commit comments