summaryrefslogtreecommitdiff
path: root/docs/api/requests_cache.session.md
blob: eb37f9008f4f170c9d616fe9f40c8e6e7c2f25d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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
```