| # Session | |
| ```{eval-rst} | |
| .. automodule:: requests_cache.session | |
| .. autosummary:: | |
| :nosignatures: | |
| CachedSession | |
| CacheMixin | |
| .. Show inherited method docs on CachedSession instead of CachedMixin | |
| .. autoclass:: CachedSession | |
| :show-inheritance: | |
| :inherited-members: | |
| .. autoclass:: CacheMixin | |
| ``` |