userver: pytest_userver.plugins.caches.CacheControlAction Class Reference
Loading...
Searching...
No Matches
pytest_userver.plugins.caches.CacheControlAction Class Reference

Detailed Description

Definition at line 81 of file caches.py.

+ Inheritance diagram for pytest_userver.plugins.caches.CacheControlAction:
+ Collaboration diagram for pytest_userver.plugins.caches.CacheControlAction:

Static Public Attributes

int FULL = 0
 
int INCREMENTAL = 1
 
int EXCLUDE = 2
 

Member Data Documentation

◆ EXCLUDE

int pytest_userver.plugins.caches.CacheControlAction.EXCLUDE = 2
static

Definition at line 84 of file caches.py.

◆ FULL

int pytest_userver.plugins.caches.CacheControlAction.FULL = 0
static

Definition at line 82 of file caches.py.

◆ INCREMENTAL

int pytest_userver.plugins.caches.CacheControlAction.INCREMENTAL = 1
static

Definition at line 83 of file caches.py.


The documentation for this class was generated from the following file: