userver: pytest_userver.plugins.caches.CacheControlRequest Class Reference
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
pytest_userver.plugins.caches.CacheControlRequest Class Reference

Detailed Description

Definition at line 84 of file caches.py.

Public Member Functions

None exclude (self)
 Exclude cache from update.
 
None incremental (self)
 Request incremental update instead of full.
 

Static Public Attributes

 action = CacheControlAction.FULL
 

Member Function Documentation

◆ exclude()

None pytest_userver.plugins.caches.CacheControlRequest.exclude ( self)

Exclude cache from update.

Definition at line 87 of file caches.py.

◆ incremental()

None pytest_userver.plugins.caches.CacheControlRequest.incremental ( self)

Request incremental update instead of full.

Definition at line 91 of file caches.py.

Member Data Documentation

◆ action

pytest_userver.plugins.caches.CacheControlRequest.action = CacheControlAction.FULL
static

Definition at line 85 of file caches.py.


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