| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Don't show warnings for 'include_get_headers' and 'ignored_parameters' ↵ | Jordan Cook | 2021-04-18 | 1 | -1/+1 |
| | | | | | | | | kwargs in BaseStorage Also don't name them as private members, since they can safely by changed after initialization (e.g., `session.cache.include_get_headers = True`) | ||||
| * | Add 'verify' param to cache key | Jordan Cook | 2021-04-01 | 1 | -2/+4 |
| | | | | | Closes #209 | ||||
| * | Rename 'add_key_mapping' to 'save_redirect' and take a request instead of a ↵ | Jordan Cook | 2021-03-31 | 1 | -4/+4 |
| | | | | | cache key | ||||
| * | Move cache key utilities to a separate module | Jordan Cook | 2021-03-30 | 1 | -0/+109 |
