Public Member Functions | |
| None | __init__ (self) |
| None | invalidate_all (self) |
| None | invalidate (self, Iterable[str] caches) |
| bool | should_update_all_caches (self) |
| frozenset[str] | caches_to_update (self) |
| bool | has_caches_to_update (self) |
| None | on_caches_updated (self, Iterable[str] caches) |
| None | on_all_caches_updated (self) |
| None | assign_copy (self, 'InvalidationState' other) |
Protected Attributes | |
| set[str]|None | _invalidated_caches = None |
| None pytest_userver.plugins.caches.InvalidationState.__init__ | ( | self | ) |
| None pytest_userver.plugins.caches.InvalidationState.assign_copy | ( | self, | |
| 'InvalidationState' | other ) |
| frozenset[str] pytest_userver.plugins.caches.InvalidationState.caches_to_update | ( | self | ) |
| bool pytest_userver.plugins.caches.InvalidationState.has_caches_to_update | ( | self | ) |
| None pytest_userver.plugins.caches.InvalidationState.invalidate | ( | self, | |
| Iterable[str] | caches ) |
| None pytest_userver.plugins.caches.InvalidationState.invalidate_all | ( | self | ) |
| None pytest_userver.plugins.caches.InvalidationState.on_all_caches_updated | ( | self | ) |
| None pytest_userver.plugins.caches.InvalidationState.on_caches_updated | ( | self, | |
| Iterable[str] | caches ) |
| bool pytest_userver.plugins.caches.InvalidationState.should_update_all_caches | ( | self | ) |
|
protected |