linkcheck.cache.results
Cache check results.
Classes
|
Thread-safe cache of UrlData.to_wire() results. |
- class linkcheck.cache.results.ResultCache(result_cache_size)[source]
Bases:
object
Thread-safe cache of UrlData.to_wire() results. the cache is limited in size since we rather recheck the same URL multiple times instead of running out of memory. format: {cache key (string) -> result (UrlData.towire())}
Initialize result cache.