Definition at line 87 of file caches.py.
 
 | 
| None  | exclude (self) | 
|   | Exclude cache from update.  
  | 
|   | 
| None  | incremental (self) | 
|   | Request incremental update instead of full.  
  | 
|   | 
 | 
|   | action = CacheControlAction.FULL | 
|   | 
◆ 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.
 
 
◆ action
  
  
      
        
          | pytest_userver.plugins.caches.CacheControlRequest.action = CacheControlAction.FULL | 
         
       
   | 
  
static   | 
  
 
 
The documentation for this class was generated from the following file:
- /data/code/userver/testsuite/pytest_plugins/pytest_userver/plugins/caches.py