Let us walk on the 3-isogeny graph
|
Data Structures | |
class | SafeFileCache |
Functions | |
bool | is_from_cache (Response response) |
Generator[None, None, None] | suppressed_cache_errors () |
HTTP cache implementation.
bool is_from_cache | ( | Response | response | ) |
If we can't access the cache then we can just skip caching and process requests as if caching wasn't enabled.
Definition at line 21 of file cache.py.
Referenced by SafeFileCache.delete(), SafeFileCache.get(), and SafeFileCache.set().