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

Detailed Description

Definition at line 87 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 90 of file caches.py.

◆ incremental()

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

Request incremental update instead of full.

Definition at line 94 of file caches.py.

Member Data Documentation

◆ action

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

Definition at line 88 of file caches.py.


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