Public Member Functions | |
| __init__ (self, *, bool enabled, dict[Any, Any] context, dict[str, Callable[[...], Any]] fixtures, Set[str] caches_disabled) | |
| tuple[dict[Any, Any], list[tuple[str, CacheControlAction]]] | query_caches (self, list[str]|None cache_names) |
| Query cache control handlers. | |
| None | commit_staged (self, dict[str, Any] staged) |
| Apply recently committed state. | |
Protected Attributes | |
| _enabled = enabled | |
| _context = context | |
| _fixtures = fixtures | |
| _caches_disabled = caches_disabled | |
| pytest_userver.plugins.caches.CacheControl.__init__ | ( | self, | |
| * | , | ||
| bool | enabled, | ||
| dict[Any, Any] | context, | ||
| dict[str, Callable[[...], Any]] | fixtures, | ||
| Set[str] | caches_disabled ) |
| None pytest_userver.plugins.caches.CacheControl.commit_staged | ( | self, | |
| dict[str, Any] | staged ) |
| tuple[dict[Any, Any], list[tuple[str, CacheControlAction]]] pytest_userver.plugins.caches.CacheControl.query_caches | ( | self, | |
| list[str] | None | cache_names ) |
|
protected |
|
protected |
|
protected |
|
protected |