Definition at line 42 of file caches.py.
◆ __init__()
pytest_userver.plugins.caches.InvalidationState.__init__ |
( |
| self | ) |
|
◆ assign_copy()
None pytest_userver.plugins.caches.InvalidationState.assign_copy |
( |
| self, |
|
|
'InvalidationState' | other ) |
◆ caches_to_update()
typing.FrozenSet[str] pytest_userver.plugins.caches.InvalidationState.caches_to_update |
( |
| self | ) |
|
◆ has_caches_to_update()
bool pytest_userver.plugins.caches.InvalidationState.has_caches_to_update |
( |
| self | ) |
|
◆ invalidate()
None pytest_userver.plugins.caches.InvalidationState.invalidate |
( |
| self, |
|
|
typing.Iterable[str] | caches ) |
◆ invalidate_all()
None pytest_userver.plugins.caches.InvalidationState.invalidate_all |
( |
| self | ) |
|
◆ on_all_caches_updated()
None pytest_userver.plugins.caches.InvalidationState.on_all_caches_updated |
( |
| self | ) |
|
◆ on_caches_updated()
None pytest_userver.plugins.caches.InvalidationState.on_caches_updated |
( |
| self, |
|
|
typing.Iterable[str] | caches ) |
◆ should_update_all_caches()
bool pytest_userver.plugins.caches.InvalidationState.should_update_all_caches |
( |
| self | ) |
|
◆ _invalidated_caches
pytest_userver.plugins.caches.InvalidationState._invalidated_caches |
|
protected |
The documentation for this class was generated from the following file:
- /data/code/userver/testsuite/pytest_plugins/pytest_userver/plugins/caches.py