OpenQuizz
Une application de gestion des contenus pédagogiques
pip._internal.network.cache Namespace Reference

Data Structures

class  SafeFileCache
 

Functions

def is_from_cache (response)
 
def suppressed_cache_errors ()
 

Detailed Description

HTTP cache implementation.

Function Documentation

◆ is_from_cache()

def pip._internal.network.cache.is_from_cache (   response)

◆ suppressed_cache_errors()

def pip._internal.network.cache.suppressed_cache_errors ( )
If we can't access the cache then we can just skip caching and process
requests as if caching wasn't enabled.